From 56cbb55d8cda68496c744b6e6de698ddddcdb666 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 21 Apr 2017 15:55:32 +0200 Subject: [PATCH] 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]. --- charset-ucplanes.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.30.0