summaryrefslogtreecommitdiffstats
path: root/maps/utf-8
diff options
context:
space:
mode:
Diffstat (limited to 'maps/utf-8')
-rw-r--r--maps/utf-826
1 files changed, 26 insertions, 0 deletions
diff --git a/maps/utf-8 b/maps/utf-8
new file mode 100644
index 0000000..f707552
--- /dev/null
+++ b/maps/utf-8
@@ -0,0 +1,26 @@
+map 0x00-0x7F to U+0000
+
+map 0xC2-0xDF,\
+ 0x80-0xBF to U+0080 using big-endian
+
+map 0xE0-0xEF,\
+ 0x80-0xBF,\
+ 0x80-0xBF to U+0800 using big-endian
+
+map 0xF0-0xF7,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF to U+010000 using big-endian
+
+map 0xF8-0xFB,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF to U+200000 using big-endian
+
+map 0xFC-0xFD,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF,\
+ 0x80-0xBF to U+04000000 using big-endian