From 174a226c1dae5625cb66003f75348d48fb2a0c66 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 28 Apr 2019 22:27:58 +0200 Subject: [PATCH] writing: old permic alphabet MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Unicode 7.0 addition, derived from Cyrillic as described by В. И. Лыткин, found as figure 2 of Unicode proposal N1947. --- writing-phnx.inc.pl | 1 + writing-script.inc.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/writing-phnx.inc.pl b/writing-phnx.inc.pl index 784b982..6e915b3 100644 --- a/writing-phnx.inc.pl +++ b/writing-phnx.inc.pl @@ -8,6 +8,7 @@ use utf8; -goth => [qw{ 𐌰 > 𐌱 𐌲 𐌾 𐌳 > 𐌴 𐍆 > > > 𐍅 𐌶 𐌷 𐌸 𐍈 > 𐌹 𐌺 𐌻 𐌼 𐌽 > -𐍇 𐌿 𐍀𐌵 -𐍊 > - -𐍁 𐍂 > 𐍃 𐍄 }], -copt => [qw{ Ⲁ > Ⲃ > Ⲅ Ⲇ > Ⲉ > > > > Ⲩ Ⲍ Ⲏ Ⲑ Ⲫ > Ⲓ Ⲕ Ⲗ Ⲙ Ⲛ Ⲭ Ⲝ Ⲟ Ⲡ -Ⳁ > Ⲋ - Ⲣ > Ⲥ Ⲧ }], cyrl => [qw{ А Б В > Г Д Е Э > -Ѵ > У -Ү З И -Ѳ Ф І -Ј К Л М Н Х -Ѯ О П Ц Ч -Џ -Ҁ Р Ш С Т }], +-perm => [qw{ 𐍐 𐍣 𐍮 > 𐍒 𐍓 𐍔 - > > > > - 𐍘 𐍞 𐍤 𐍑 > 𐍙 𐍚 𐍛 𐍜 𐍝 - 𐍥 - 𐍟 > > - - 𐍠 𐍦 𐍡 𐍢 }], # [qw{ 𐊀 𐊂 𐊃 > 𐊄 𐊅 > 𐊆 > > > > 𐊇 𐊈 - > 𐊉 > 𐊊 𐊋 𐊍 𐊎 𐊏 𐊐 𐊑 𐊒 𐊓 > > - 𐊔 𐊕 > 𐊖 𐊗 }], grek => [qw{ Α > Β > Γ Δ > Ε -Ϝ > > > Υ Ζ Η Θ Φ Ι -Ϳ Κ Λ Μ Ν Χ Ξ Ο Π -Ϡ > -Ϻ -Ϟ Ρ Σ -Ϲ Τ }], # [qw{ 𐊠 𐊩 𐊷 > -𐊱 𐊢 > 𐊹 𐊤 𐊿 > > 𐊲 𐋂 𐊺 > - > - 𐊼 𐊣 𐊪 𐊵 > 𐊴 𐊫 - 𐊸 > 𐊰 𐊨 𐊥 > 𐊮 𐊭 }], # 'Nabataean', olck => 'Ol_Chiki', orya => 'Oriya', # ଓଡ଼ିଆ osma => 'Osmanya', +perm => 'Old Permic', phli => 'Pahlavi', phlp => 'Psalter Pahlavi', phlv => 'Book Pahlavi', -- 2.30.0