09-05-2022, 01:01 PM
Two very important things to note here:
1.) What you do with _MAPUNICODE does affect the program in which you code it only, not the IDE. Also you need to use a unicode enabled .ttf font via _LOADFONT, it does not work with the build-in fonts _FONT 8/14/16.
2.) What's _MAPUNICODE for your written programs, can be done for the IDE in the Options>Language menu, but again you also need the IDE to use a unicode enabled .ttf font, which you select in the Options>Display menu. Don't forget to tick the "Use custom font" box before entering the fontname and size.
Additional to note, the whole thing only affects to output via PRINT or _PRINTSTRING, but not the input routines INPUT, LINE INPUT, INPUT$ or INKEY$.
However, me and another user did create a workaround for INKEY$ in the old forum here:
https://qb64forum.alephc.xyz/index.php?t...#msg105704
Which might help if you put it in your programs and use it instead of INKEY$. However, it does not change the IDE input behavior.
Another alternative is here:
https://staging.qb64phoenix.com/showthread.php?tid=21
1.) What you do with _MAPUNICODE does affect the program in which you code it only, not the IDE. Also you need to use a unicode enabled .ttf font via _LOADFONT, it does not work with the build-in fonts _FONT 8/14/16.
2.) What's _MAPUNICODE for your written programs, can be done for the IDE in the Options>Language menu, but again you also need the IDE to use a unicode enabled .ttf font, which you select in the Options>Display menu. Don't forget to tick the "Use custom font" box before entering the fontname and size.
Additional to note, the whole thing only affects to output via PRINT or _PRINTSTRING, but not the input routines INPUT, LINE INPUT, INPUT$ or INKEY$.
However, me and another user did create a workaround for INKEY$ in the old forum here:
https://qb64forum.alephc.xyz/index.php?t...#msg105704
Which might help if you put it in your programs and use it instead of INKEY$. However, it does not change the IDE input behavior.
Another alternative is here:
https://staging.qb64phoenix.com/showthread.php?tid=21
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23