asqbtcupid / unreal.lua

lua solution for UnrealEngine4
MIT License
300 stars 98 forks source link

Chinese cannot display error? #9

Closed mirchd closed 6 years ago

mirchd commented 6 years ago

Hi, If I'm make some Chinese in a lua file, it is messy in android.

asqbtcupid commented 6 years ago

It's a bug.I'm will fix it later.For now you can search "TCHAR_TO_ANSI" in source code, Then replace them with "TCHAR_TO_UTF8".

mirchd commented 6 years ago

Thanks~