I'm trying to simply load a UTF-8 encoded text file into MMF2, however it still seems to display it with ANSI encoding.
I have this simple code for a textbox:
"start of frame - load text file 'book.txt'"
and it displays — and “ as â€.
If I manually edit a string to have these characters, they display normally, but I can't find a way to load textfiles that read them properly. I noticed that these characters even work in the normal version of MMF2 anyway. I know that my font supports these characters.
How do I get a text file to load and display these characters?