manchu-converter

Crates.iomanchu-converter
lib.rsmanchu-converter
version0.3.0
sourcesrc
created_at2023-10-29 08:14:54.554323
updated_at2024-04-10 09:24:46.691536
descriptionConverts transcripted Manchu text to Manchu script with Manchu alphabet.
homepage
repositoryhttps://github.com/sj-h4/manchu-converter
max_upload_size
id1017372
size13,063
sj (sj-h4)

documentation

README

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, "ᠸᡝᠰᡳᠮᠪᡠᡵᡝᠩᡤᡝ")
}
Commit count: 18

cargo fmt