Hi guys,
I’m trying to localize my game to different languages, mainly Chinese, Korea and Japan.
Right now I’m having trouble in storing my UTF texts to work with LUA. I have my strings collection in an XML file but after I make my xml into a UTF document my parser code won’t work anymore.
If I try to store the string collection in a LUA file, I don’t think LUA file can be a UTF document and it only supports ANSI characters.
I’ve been searching this forum for any topics regarding this but I don’t think I’ve found the answer yet.
Any ideas how to do this? Is there any developers out there who have localized their apps into different languages?
Thanks