fxsdk: adjustment for #9

This commit is contained in:
Lephenixnoir 2022-08-03 21:52:58 +01:00
parent dd6cd3fcd4
commit 4296ef0872
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -159,8 +159,8 @@ FX_CHARSETS = {
"ascii": [ (0x00, 128) ],
# Custom Unicode block intervals
"unicode": [],
# All 256 ASCII characters (128 first characters as per ascii + 128 extended characters)
"extascii": [ (0x00, 256) ],
# Single block 0x00-0xff (does not imply single-byte encoding)
"256chars": [ (0x00, 256) ],
}
#