This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

0