#script #convert #converter #alphabet #transliteration #text #manchu

manchu-converter

Converts transcripted Manchu text to Manchu script with Manchu alphabet

7 releases

new 0.3.0 Apr 10, 2024
0.2.3 Dec 19, 2023
0.2.0 Nov 4, 2023
0.1.1 Oct 29, 2023

#846 in Text processing

40 downloads per month

MIT license

11KB
242 lines

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

Dependencies

~555KB