^
|
I was going to write something in relation to that. Maybe Windows doesn't go along with "CP437" or whatever code page. Does this "three-bar" thing assume the CHR$(255) is the "y" with dieresis, or not? Because if it does then it's what Spriggsy just showed. Might have to go looking for the real Unicode value for the desired character. This is something I discovered in NPPP, which uses a different "code page" than QB64 IDE.
The "code page" Windows is using is apparently different from this one:
https://www.freebasic.net/wiki/CptAscii
Maybe involve the "UnicodetoANSI$()" API call out of this finding?
https://qb64phoenix.com/forum/showthread...59#pid9859
|
I was going to write something in relation to that. Maybe Windows doesn't go along with "CP437" or whatever code page. Does this "three-bar" thing assume the CHR$(255) is the "y" with dieresis, or not? Because if it does then it's what Spriggsy just showed. Might have to go looking for the real Unicode value for the desired character. This is something I discovered in NPPP, which uses a different "code page" than QB64 IDE.
The "code page" Windows is using is apparently different from this one:
https://www.freebasic.net/wiki/CptAscii
Maybe involve the "UnicodetoANSI$()" API call out of this finding?
https://qb64phoenix.com/forum/showthread...59#pid9859