A Clojure library for transliteration cyrillic Ukrainian words to latin. Was implemented with following Ukrainian law in mind.
All test cases from the law are implemented.
(use 'transliteration.ukr)
(transliterate "Алушта")
;; "Alushta"
(transliterate "Україна")
;; "Ukraina"
Copyright © 2013-2015 Hashobject Ltd ([email protected]).
Distributed under the Eclipse Public License.