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

manchu-converter

Converts transcripted Manchu text to Manchu script with Manchu alphabet

8 unstable releases (3 breaking)

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

#830 in Text processing

Download history 2/week @ 2024-09-18 4/week @ 2024-09-25 3/week @ 2024-12-04 4/week @ 2024-12-11 117/week @ 2024-12-25 7/week @ 2025-01-01

131 downloads per month

MIT license

12KB
268 lines

manchu-converter

crates.io

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

~355KB