charset: mark U+F000 plane as corporate use
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 8 Apr 2017 22:07:27 +0000 (00:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Apr 2017 23:51:41 +0000 (01:51 +0200)
As mentioned on Wikipedia, this part of the private use area is commonly
used by vendors.

charset-ucplanes.inc.pl

index 5739c7efd6ab67d0341639b40f90ef02a0ad1041..fa1ee2e7ed044d3e2199960d2a80106f1b6a0386 100644 (file)
@@ -56,7 +56,8 @@ use utf8;
        0x0AB00 => [0x0100, 'X L Alpha',          'ext', 'various extensions'],
        0x0AC00 => [0x2C00, 'X L Hangul',         'hangeul syllables'],
        0x0D800 => [0x0800, 'X Cs',               'surrogates'],
-       0x0E000 => [0x1900, 'X Co',               'private use'],
+       0x0E000 => [0x1000, 'X Co',               'private use'],
+       0x0F000 => [0x0900, 'X Co',               '<q>corporate use</q>'],
        0x0F900 => [0x0200, 'X L Han',            'cjk compat'],
        0x0FB00 => [0x0400, 'X L Arabic',         'presentation'],
        0x0FF00 => [0x0100, 'X L Latin',          'width'],