1
NGUI 3 Support / Localization Problem with special Characters
« on: October 15, 2016, 01:28:42 PM »
Hi, I open a new topic for this because I'm unable to find any other topic that suits my issue.
The Problem: When loading via CSV (Localization.CSV) NGUI Localization Class completely ignore special characters like "ó" or "í" or "ñ".
Look at this simple line i did for testing:
Now look at the CSV for "Settings"

This is the end result:

I'm not even showing the string on a Label!
I MUST be simply forgetting something super-obvious or something.
Also, yes, my font supports those symbols.. and also kind of unrelated since I havent used the resulting string on a Label yet.
It seems that fails to import that kind of Characters. Any Ideas?
The Problem: When loading via CSV (Localization.CSV) NGUI Localization Class completely ignore special characters like "ó" or "í" or "ñ".
Look at this simple line i did for testing:
- Debug.Log(Localization.Get("Settings"));
Now look at the CSV for "Settings"
This is the end result:
I'm not even showing the string on a Label!
I MUST be simply forgetting something super-obvious or something.
Also, yes, my font supports those symbols.. and also kind of unrelated since I havent used the resulting string on a Label yet.
It seems that fails to import that kind of Characters. Any Ideas?
