mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23: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) ],
|
||||
# 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) ],
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue