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
Yes.. I need to know if I have to write UTF-8 or ASCII codes in my strings, so I dont get compiler errors or bad compiled code
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...