03-08-2025, 03:35 PM
Either mapunicode as above, you change your font info in the bed file to match the Unicode values in QB64.
For example, I think your font file has something like:
PRINT #1, "ENCODING " + STR$(iChar)
Change that to something like:
PRINT #1, "ENCODING" + STR$(_UNICODE(iCode))
For example, I think your font file has something like:
PRINT #1, "ENCODING " + STR$(iChar)
Change that to something like:
PRINT #1, "ENCODING" + STR$(_UNICODE(iCode))