mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
fxsdk: adjustment for #9
This commit is contained in:
parent
dd6cd3fcd4
commit
4296ef0872
1 changed files with 9 additions and 9 deletions
|
@ -159,8 +159,8 @@ FX_CHARSETS = {
|
||||||
"ascii": [ (0x00, 128) ],
|
"ascii": [ (0x00, 128) ],
|
||||||
# Custom Unicode block intervals
|
# Custom Unicode block intervals
|
||||||
"unicode": [],
|
"unicode": [],
|
||||||
# All 256 ASCII characters (128 first characters as per ascii + 128 extended characters)
|
# Single block 0x00-0xff (does not imply single-byte encoding)
|
||||||
"extascii": [ (0x00, 256) ],
|
"256chars": [ (0x00, 256) ],
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue