-
Character map
I'm trying to make my program save data using certain characters.
I works by on save clicked -set "ini" to "edit object"
Now when I put in characters like "Ć" or "Б" it don't seem to work "Ć" just changes to "C" and "Б" don't even create the file.
Any Idea?
Another thing is it still not possable to have a active object over a listbox ,editbox,button ect?
-
Re: Character map
Perhaps it would be easier to find a workaround - why do you need to save Cyrillic characters to an INI?
And the Windows controls can't be placed underneath other objects simply because of the way Windows works, as far as I know.
-
Re: Character map
MMF2 does not support Unicode atm, and the only objects that has minor Unicode support is the Rich Edit object and Formatted Text object.
-
Re: Character map