From: Mischa POSLAWSKY Date: Fri, 21 Apr 2017 13:55:32 +0000 (+0200) Subject: charset: fix U+17xxx conflict in unicode planes X-Git-Tag: v1.10~119 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/56cbb55d8cda68496c744b6e6de698ddddcdb666?hp=99e52849c6eebe4caa1018e960054d663352dd5d charset: fix U+17xxx conflict in unicode planes Incorrect length in commit v1.9-115-g6139aa732a (2017-04-25) [charset: subdivide smp planes with recent assignments]. --- diff --git a/charset-ucplanes.inc.pl b/charset-ucplanes.inc.pl index 32a2250..8042f70 100644 --- a/charset-ucplanes.inc.pl +++ b/charset-ucplanes.inc.pl @@ -77,7 +77,7 @@ use utf8; 0x15000 => [0x0080, 'X L Brahmic', 'bra', 'brahmic'], 0x15080 => [0x0480, 'X L Syllabic', 'mandombe'], 0x15500 => [0x0B00, 'X L Syllabic', 'american hieroglyphs'], - 0x16000 => [0x1800, 'X L Alpha', 'recent'], + 0x16000 => [0x1000, 'X L Alpha', 'recent'], 0x17000 => [0x1B00, 'X L Syllabic', 'tangut'], 0x18B00 => [0x0B00, 'X L Han', 'khitan'], 0x19600 => [0x0600, 'X L Han', 'jurchen'],