Hi,
I have problem with special Danish characters.
We have 3 charterers: æøå
I have a shiny application with 2 files server.R and ui.R
If I use one of the Danish characters in a comment/text inside the file.
I get this error message:
ERROR: Error sourcing C:\Users\TUEHEL~1\AppData\Local\Temp\RtmpED9tet\file2ca0775a702e
...
sidebarPanel(helpText("Du har mulighed for at vælge kun at se et bestemt land"),
selectInput("valgtland", h3("Vælg land"),
choices = salg$Country,
selected = 1)),
...
If I remove the Danish charterers it works just fine?
What to do ?