Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mecze

Pages: [1]
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:

  1. 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?



Pages: [1]