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

manchu-converter

Converts transcripted Manchu text to Manchu script with Manchu alphabet

7 releases

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

#624 in Text processing

Download history 13/week @ 2024-02-26 3/week @ 2024-04-01 135/week @ 2024-04-08

135 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