neelsmith / greek

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

Add a bettter Boolean method to evaluate whether a str is in ascii or ucode form #54

Closed neelsmith closed 4 years ago

neelsmith commented 4 years ago

This would make it trivial to fix #53 and could be reused in all the ucodeOf/asciiOf methods.

neelsmith commented 4 years ago

implemented