Browse Source

el: add Greek variant letter form support

master
Reece H. Dunn 5 years ago
parent
commit
1c2e662cbb
2 changed files with 13 additions and 0 deletions
  1. 1
    0
      CHANGELOG.md
  2. 12
    0
      dictsource/el_rules

+ 1
- 0
CHANGELOG.md View File

@@ -11,6 +11,7 @@ The espeak-ng project is a fork of the espeak project.

updated languages:

* el (Modern Greek) -- Reece Dunn (support for variant Greek letter forms)
* grc (Ancient Greek) -- Reece Dunn (support for variant Greek letter forms)
* shn (Shan Tay Yai) -- ronaldaug


+ 12
- 0
dictsource/el_rules View File

@@ -161,6 +161,18 @@
ῶ ώ // U+1ff6
ῷ ώ // U+1ff7

// replace variant letter forms with their standard equivalents
ϐ β // U+03d0
ϑ θ // U+03d1
ϒ υ // U+03d2
ϕ φ // U+03d5
ϖ π // U+03d6
ϰ κ // U+03f0
ϱ ρ // U+03f1
ϲ ς // U+03f2
ϴ θ // U+03f4
ϵ ε // U+03f5
Ϲ ς // U+03f9

.group α
α a

Loading…
Cancel
Save