GLFW Windows LoadString and UTF-8

Monkey Forums/Monkey Programming/GLFW Windows LoadString and UTF-8

therevills(Posted 2011) [#1]
When loading a file which is encoded using UTF-8 using LoadString, the string starts with some rogue characters.

HTML5 loads them fine.

1. Create a file and save with UTF-8 encoding
2. Load the String in Monkey and try to parse it (eg find the first "<")
3. ???
4. Cry

:)


marksibly(Posted 2011) [#2]
Hopefully fixed in V45.