Does the compiler support UTF-8?

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

More questions in this forum