munnadroid / unicode-to-preeti-converter-dart

A dart helper class to convert unicode characters to preeti characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode to Preeti font converter

This converts unicode character to preeti(a non-unicode Nepali typeface) characters.

Example:
Input -> नमस्ते नेपाल
Output -> snd g]kfnL

Usage

String preetiOutput = UnicodeToPreeti.unicodeToPreeti("नमस्ते नेपाल");
print(preetiOutput);

Sample

You can run the sample.dart with

dart sample.dart

and it will print the output in console.

About

A dart helper class to convert unicode characters to preeti characters


Languages

Language:Dart 100.0%