neelsmith / greek

Utilities in Scala for working with polytonic ancient Greek.
https://neelsmith.github.io/greek/
2 stars 3 forks source link

eliminate duplicate unicode characters with accent #11

Closed neelsmith closed 7 years ago

neelsmith commented 7 years ago

Examples: a/

neelsmith commented 7 years ago

preprocess for unicode equivalents and transliterate to single ascii option

neelsmith commented 7 years ago

Not necessary: just check which is emitted by java Normalize to NFC, and make that the standard for transliteration

neelsmith commented 7 years ago

fixed