From 8b97a83492e41bb4a90081c1ad58f90ac031def3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 18 Apr 2017 22:55:15 +0200 Subject: [PATCH] digits: proposed mayan numerals row Not yet in Unicode, but accepted for inclusion in the 9.0.1 roadmap. Reference: http://www.unicode.org/L2/L2016/16264-mayan-numerals.pdf --- writing-digits.inc.pl | 1 + writing-script.inc.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/writing-digits.inc.pl b/writing-digits.inc.pl index adf941d..72c6b43 100644 --- a/writing-digits.inc.pl +++ b/writing-digits.inc.pl @@ -39,6 +39,7 @@ copt => [qw{>- 𐋡 𐋢 𐋣 𐋤 𐋥 𐋦 𐋧 𐋨 𐋩 𐋪 }], latn => [qw{ 0 1 2 3 4 5 6 7 8 9 }], latnlat => [qw{>- Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ Ⅶ Ⅷ Ⅸ Ⅹ }], xsux => [qw{>- 𒐕 𒐖 𒐗 𒐼 𒐊 𒐋 𒑂 𒑄 𒑆 𒌋 }], +maya => [qw{ 𕔀 𕔁 𕔂 𕔃 𕔄 𕔅 𕔆 𕔇 𕔈 𕔉 𕔊 }], teng => [qw{            }], tlh => [qw{           }], osma => [qw{ 𐒠 𐒡 𐒢 𐒣 𐒤 𐒥 𐒦 𐒧 𐒨 𐒩 }], diff --git a/writing-script.inc.pl b/writing-script.inc.pl index d7d4dfb..c41601d 100644 --- a/writing-script.inc.pl +++ b/writing-script.inc.pl @@ -35,6 +35,7 @@ lepc => 'Lepcha', lyci => 'Lycian', lydi => 'Lydian', mand => 'Mandaic', +maya => 'Mayan', mlym => 'Malayalam', # മലയാളം ൧ mymr => 'Burmese', narb => 'North Arabian', -- 2.30.0