mongol_code 1.0.3 copy "mongol_code: ^1.0.3" to clipboard
mongol_code: ^1.0.3 copied to clipboard

Unicode conversion package for traditional Mongolian scripts

mongol_code #

Unicode conversion library in Dart for traditional Mongolian script

Version 1.0 is a full rewrite according to the GBT+25914-2023 standard. If you find any behavior that doesn't adhere to the standard, please open an issue about it.

Usage #

A simple usage example:

// Unicode to Menksoft code
const unicodeInput = 'ᠮᠣᠩᠭᠣᠯ';
final menksoftResult = convertUnicodeToMenksoft(unicodeInput);
print(menksoftResult);

// Menksoft code to Unicode
const menksoftInput = '\uE2C1\uE27F\uE317\uE27E\uE2E8'; // bichig
final unicodeResult = convertMenksoftToUnicode(menksoftInput);
print(unicodeResult);

Menksoft code #

Menksoft code encodes glyph forms and letter values in the Unicode Private Use Area. Here are the glyphs from the font:

6
likes
135
points
210
downloads

Publisher

verified publishersuragch.dev

Weekly Downloads

Unicode conversion package for traditional Mongolian scripts

Repository (GitHub)

Documentation

API reference

License

CC0-1.0 (license)

More

Packages that depend on mongol_code