kimin
1
Godot Version
4
Question
I imported a CSV file with localizations for english and spanish. The CSV looks like this:
As you can see, the word CRÉDITOS has an accent, but in game it does not show:
And if I write the text in spanish manually into the button, it does show:
What´s the issue here? Thanks!
Maybe is related about how the CSV editor serializes é character?
kimin
3
Hmm yeah I think you are right, I didn’t notice this error:
Still don’t know how to fix :c
If you’re using OpenOffice, this is the first google result:
The important part is that you serialize the text with UTF-8 unicode characters I think 
kimin
5
It worked! I used Excel and exported the wrong way. Thanks a lot!