1
NGUI 3 Support / Re: Quotes in Localization.csv
« on: April 30, 2014, 07:04:55 AM »
None of those do it.
It looks like there's an attempt in ByteReader.cs to support it by using two double quotes (""), but the code isn't applied everywhere it needs to be. I was able to work around this issue by modifying everything added to mTemp to first go through this: .Replace("\"\"", "\"")
It looks like there's an attempt in ByteReader.cs to support it by using two double quotes (""), but the code isn't applied everywhere it needs to be. I was able to work around this issue by modifying everything added to mTemp to first go through this: .Replace("\"\"", "\"")

