You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: