From 5d26498b7f59e91d2ca974b138341a682302eed6 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 8 Feb 2015 18:41:37 +0100 Subject: [PATCH] writing: replace greek jot by correct script Cyrillic lookalike was used because only lowercase variant existed. Unicode 7.0 finally introduces greek version. --- writing-phnx.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing-phnx.inc.pl b/writing-phnx.inc.pl index 98710ce..e72c77c 100644 --- a/writing-phnx.inc.pl +++ b/writing-phnx.inc.pl @@ -9,7 +9,7 @@ use utf8; -copt => [qw{ Ⲁ > Ⲃ > Ⲅ Ⲇ > Ⲉ > > > > Ⲩ Ⲍ Ⲏ Ⲑ Ⲫ > Ⲓ Ⲕ Ⲗ Ⲙ Ⲛ Ⲭ Ⲝ Ⲟ Ⲡ -Ⳁ Ⲋ - Ⲣ > Ⲥ Ⲧ }], cyrl => [qw{ А Б В > Г Д Е Э > -Ѵ > > У З И -Ѳ Ф І Ј К Л М Н Х -Ѯ О П Ц Ч -Ҁ Р Ш С Т }], -lyci => [qw{ 𐊀 𐊂 𐊃 > 𐊄 𐊅 > 𐊆 > > > > 𐊇 𐊈 - > 𐊉 > 𐊊 𐊋 𐊍 𐊎 𐊏 𐊐 𐊑 𐊒 𐊓 > - 𐊔 𐊕 > 𐊖 𐊗 }], - grek => [qw{ Α > Β > Γ Δ > Ε -Ϝ > > > Υ Ζ Η Θ Φ Ι Ј Κ Λ Μ Ν Χ Ξ Ο Π -Ϡ -Ϻ -Ϙ Ρ Σ -Ϲ Τ }], + grek => [qw{ Α > Β > Γ Δ > Ε -Ϝ > > > Υ Ζ Η Θ Φ Ι -Ϳ Κ Λ Μ Ν Χ Ξ Ο Π -Ϡ -Ϻ -Ϙ Ρ Σ -Ϲ Τ }], -lydi => [qw{ 𐤠 > 𐤡 𐤢 𐤹 𐤣 > 𐤤 𐤥 𐤧 > > 𐤰 - - > 𐤱 > 𐤦 𐤨 𐤩 𐤪 𐤫 > - 𐤬 - > 𐤳 𐤲 𐤭 > 𐤮 𐤯 }], phnx => [qw{ 𐤀 > 𐤁 > 𐤂 𐤃 > 𐤄 > > > > 𐤅 𐤆 𐤇 > 𐤈 > 𐤉 𐤊 𐤋 𐤌 𐤍 > 𐤎 𐤏 𐤐 > 𐤑 𐤒 𐤓 > 𐤔 𐤕 }], -samr => [qw{ ࠀ > ࠁ > ࠂ ࠃ > ࠄ > > > > ࠅ ࠆ ࠇ > ࠈ > ࠉ ࠊ ࠋ ࠌ ࠍ > ࠎ ࠏ ࠐ > ࠑ ࠒ ࠓ > ࠔ ࠕ }], -- 2.30.0