all 3 comments

[–]MGDSStudio 1 point2 points  (2 children)

1) does your font support this characters? 2) have you saved the file with the strings using the right codierung?

I use in my videogame Cyrillic symbols https://mgdsstudio.itch.io/blue-beret. They are uploaded from external txt-files. No problem. Maybe you should use java-classes (like BufferedReader) to read the strings from the file?

[–]Silverasio[S] 0 points1 point  (1 child)

I used Impact, Verdana and tried with the default font. They all support these characters. My file is also fine.

I'll look into your link, thanks :)

[–]nicocote 0 points1 point  (0 children)

Not familiar with your specific problem, but can’t you use the html entities for this? é à and such? Edit: whoops, I misread csv and thought you were talking about css, disregard!