I'm adding localization to my game in preparation for shipping. Initially, I want to ship with French and English support in the GUI then add more locales later on. Unfortunately, now that I've started this it looks like it might be broken or changed since the last tutorials were updated (I'm on 3.5.5)
I've tried using both a single Localization.csv and two text files English.txt and French.txt. I can switch languages back and forth and my GUI updates, but when I'm in French I don't see any of the special/accented characters like è, é, à and œ. I found several forum posts and articles, but re-encoding into UTF-8 format doesn't help.
Furthermore, I can no longer see the NGUI UILabel "encoding" option in 3.5.5 that was there in earlier versions. I tried forcing this to be true for all UILabels with no effect on the accents.
Any help/guidance is greatly appreciated!
Thanks,
Rob Targosz
Bent Vector Studios