This snippet works fine in a standalone UTF-8 source file compiled with Unicode.
But within a larger app(many IncludeFiles) the 1st char of each word was dropped. Fred told me to check all my source files had the UTF-8 BOM and some did not.
Code: Select all
Define$ s$ = "ŠTEPÁNEK ŽIGIC lives."
Debug s$ ; Without UTF-8 BOM, prints " TEPÁNEK IGIC lives."
Also, I would not have to open them in an external editor like NotePad++ just to "Convert to UTF-8".