Skip to content

[WIP] A simple converter for Manchu script. It converts transliteration to Manchu script.

License

Notifications You must be signed in to change notification settings

sj-h4/manchu-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manchu-converter

This project is in work in progress.

A simple converter for Manchu script. It converts transliteration to Manchu script.

Example

use manchu_converter::ManchuConverter;

fn main() {
    let text = "wesimburengge";
    let r = text.convert_to_manchu().unwrap();
    assert_eq!(r, "ᠸᡝᠰᡳᠮᠪᡠᡵᡝᠩᡤᡝ")
}

About

[WIP] A simple converter for Manchu script. It converts transliteration to Manchu script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages