Hallo
Does the compiler support UTF-8 or must I supply the right ASCII encoding?
Ex: GUI_ShowString("Hal\xc3\xb6le"); // Ascii enconding or GUI_ShowString("Halöle"); // UTF-8 enconding
/thomas
According to this www.keil.com/.../armccref_chdicaie.htm you'll need UTF-8 support in Windows. But it appears that Windows doesn't support UTF-8...