Multilanguage Support.
#3
The QB64 IDE has one incredibly large limitation to it -- it's written in SCREEN 0.  At most, it can only display a variety of 256 characters onto the screen.  Usually these are the standard 256 ASCII characters that you see and get with the default code page.

The only way to get those extra characters to show and display easily, is to swap some of our standard characters out for the symbols needed.  The easiest way to do that is with the _MAPUNICODE command.  437 is the default page, which we're all used to using.  737 is the page for Greek characters, which probably has all the characters you're looking for on it. 

And, if you've got a keyboard which types those characters for you with just a single keystroke (rather than having to hit alt+number codekeys), then you might want to look into using my KeyHit Library, where you can custom configure it to work with whatever keyboard layout you might have.  Wink
Reply


Messages In This Thread
Multilanguage Support. - by gaslouk - 11-21-2022, 01:24 PM
RE: Multilanguage Support. - by bplus - 11-21-2022, 01:42 PM
RE: Multilanguage Support. - by SMcNeill - 11-21-2022, 02:55 PM
RE: Multilanguage Support. - by mnrvovrfc - 11-21-2022, 03:51 PM
RE: Multilanguage Support. - by mnrvovrfc - 11-21-2022, 04:15 PM
RE: Multilanguage Support. - by bert22306 - 11-24-2022, 04:57 AM



Users browsing this thread: 2 Guest(s)