X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0afa5f70a0d6ca06d8ebe1724d1032b157057049..2256b9ba39da3c2f3577bd227363509c6676e23b:/writing-digits.inc.pl diff --git a/writing-digits.inc.pl b/writing-digits.inc.pl index e45bf5f..a7176c0 100644 --- a/writing-digits.inc.pl +++ b/writing-digits.inc.pl @@ -1,3 +1,5 @@ +use utf8; +( hant => [qw{ 壹 貳 參 肆 伍 陸 柒 捌 玖 零 }], hans => [qw{ 一 二 三 四 五 六 七 八 九 〇 }], suzhou => [qw{ 〡 〢 〣 〤 〥 〦 〧 〨 〩 }], @@ -37,3 +39,4 @@ teng => [qw{           }], tlh => [qw{           }], osma => [qw{ 𐒡 𐒢 𐒣 𐒤 𐒥 𐒦 𐒧 𐒨 𐒩 𐒠 }], brai => [qw{ ⠁ ⠃ ⠉ ⠙ ⠑ ⠋ ⠛ ⠓ ⠊ ⠚ }], +);