Skip to content
/ uaroman Public

Transliterate Ukrainian Cyrillic text by means of the Latin alphabet

License

Notifications You must be signed in to change notification settings

vrza/uaroman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uaroman

Transliterates Ukrainian Cyrillic text by means of the Latin alphabet.

Uses the Ukrainian national transliteration system adopted by the Ukrainian government in 2010 and recognized by the United Nations in 2012.

Can be used either as a CLI tool, or as a Rust library.

Examples

CLI Tool

$ echo "Юрій Рибчинський" | uaroman
Yurii Rybchynskyi

Library

let cyrillic: &str = "Юрій Рибчинський";
let romanized: String = romanize(cyrillic);
assert_eq!("Yurii Rybchynskyi", romanized);

About

Transliterate Ukrainian Cyrillic text by means of the Latin alphabet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages