Banbury / UE4Elias

An Unreal Engine 4 plugin for ELIAS.
MIT License
12 stars 3 forks source link

Wrong encoding on XML file. #3

Open Zicandar opened 9 years ago

Zicandar commented 9 years ago

At the very least with 1.6 the XML should be passed in as UTF8 encoded and not ANSI. elias_error err = elias_theme_create_from_xml(&theme_handle, TCHAR_TO_UTF8(*xml), error, 1024, 0); (Corrected version of that line in EliasTheme.cpp)

Banbury commented 9 years ago

Thanks for the info. I'll change it as soon as possible.