GameLabGraz / Utilities

Various utility packages for Unity
GNU General Public License v3.0
3 stars 1 forks source link

[LanguageManager] Parse Unicode Text #11

Closed sandra-bre closed 4 years ago

sandra-bre commented 4 years ago

The language manager can't parse unicode strings (eg. Test \u00B5)

I think before adding the value, you have to parse it with Regex.Unescape(String): https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.unescape?view=netcore-3.1