Skip to content

A dart helper class to convert unicode characters to preeti characters

Notifications You must be signed in to change notification settings

munnadroid/unicode-to-preeti-converter-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages