03-08-2025, 06:54 AM
(Or maybe even try something simpler such as:
FOR i = 128 to 255
_MapUnicode i, i
NEXT
^With the above, map ASCII value 128 to UNICODE value 128 (which is what you specified in your BDF file), and so on for the other extended characters.
FOR i = 128 to 255
_MapUnicode i, i
NEXT
^With the above, map ASCII value 128 to UNICODE value 128 (which is what you specified in your BDF file), and so on for the other extended characters.