You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had several errors due to special characters:
[...]
These characters were displayed correctly.
Do you have errors like you can't even start the game or you can start the game but the app it display some error messages on the screen ?
In R / Global Options / Saving, the default text encoding was set to "UTF-8".
Indeed, all the code files are encoded with "UTF-8" could you confirm you read (not save) those file with UTF-8 encoding too?
Do you have this problem too if you run the game with the docker image ?
Hi,
When I tried to run the game with
shiny::runApp()
, I had several errors due to special characters:module_gameInit_params.R
and infunc_gameInit_validation
,ui_about.R
, l.31 "Breeder's" was not supported and l. 40 "Timothée" was not supported.These characters were displayed correctly.
In R / Global Options / Saving, the default text encoding was set to "UTF-8".
When I replace these characters, everything works.
The text was updated successfully, but these errors were encountered: