diff options
Diffstat (limited to 'maps/utf-1')
| -rw-r--r-- | maps/utf-1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/maps/utf-1 b/maps/utf-1 new file mode 100644 index 0000000..f81a7b6 --- /dev/null +++ b/maps/utf-1 @@ -0,0 +1,35 @@ +map 0x00-0x9F to U+0000 + +map 0xA0,\ + 0xA0-0xFF to U+00A0 + +map 0xA1-0xF5,\ + 0x21-0x7E+0xA0-0xFF to U+0100 using big-endian + +map 0xF6-0xFB,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF to U+4016 using big-endian + +map 0xFC,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF to U+00038E2E using big-endian + +map 0xFD,\ + 0x21-0x7E+0xA0-0xBC,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF to U+4DB0F63E using big-endian + +map 0xFD, 0xBC,\ + 0x21-0x2A,\ + 0x21-0x7E+0xA0-0xFF,\ + 0x21-0x7E+0xA0-0xFF to U+7FFA2566 using big-endian + +map 0xFD, 0xBC, 0x2B,\ + 0x21-0x7E+0xA0-0xB8,\ + 0x21-0x7E+0xA0-0xFF to U+7FFFA78E using big-endian + +map 0xFD, 0xBC, 0x2B, 0xB9,\ + 0x21-0x40 to U+7FFFFFE0 |
