neelsmith / greek

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

CodePointTranscoder should probably encode pionts like capital vowel + tonos but then orthography needs to test against that #65

Closed neelsmith closed 4 years ago

neelsmith commented 4 years ago

This would make CodePointTranscoder usable with Greek orthographies that omit breathing on initial vowel (as in many MS orthographies)

neelsmith commented 4 years ago

Code points (decimal) 902, 904, 905, 906, 908, 910, 911

neelsmith commented 4 years ago

Note that we're already allowing capital + diaeresis?

neelsmith commented 4 years ago

done