digits: chinese counting rods
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 18 Apr 2017 20:54:03 +0000 (22:54 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 May 2017 20:10:22 +0000 (22:10 +0200)
Glyphs with rotation opposite to Unicode names as described at:
https://en.wikipedia.org?title=Counting_rods&oldid=765717732

writing-digits.inc.pl

index c658cc0e2b602605bdecc3ffdd22a133c03614b8..573fe41037b4dc7a988dc1967ecb38b0dfb24696 100644 (file)
@@ -3,6 +3,7 @@ use utf8;
 hant     => [qw{ >- 壹 貳 參 肆 伍 陸 柒 捌 玖 零 }],
 hans     => [qw{ 〇 一 二 三 四 五 六 七 八 九 十 }],
 suzhou   => [qw{ >- 〡 〢 〣 〤 〥 〦 〧 〨 〩 〸 }],
+rod      => [qw{ 〇 𝍩 𝍪 𝍫 𝍬 𝍭 𝍮 𝍯 𝍰 𝍱 𝍠 }],
 ethi     => [qw{>- ፩ ፪ ፫ ፬ ፭ ፮ ፯ ፰ ፱ ፲ }],
 khmr     => [qw{ ០ ១ ២ ៣ ៤ ៥ ៦ ៧ ៨ ៩ }],
 arabindi => [qw{ ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ }],