Skip to content

A simple python library to convert ASCII to unicode

License

Notifications You must be signed in to change notification settings

akuru/libasciitounicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple python library to convert ASCII encodings to unicode.

How to install.

pip install libasciitounicode

Example usage.

import the Font class and to_unicode function.

from libasciitounicode.converter import Font, to_unicode

Give the path to your yaml file containing mappings as the filepath.

f = Font("abhaya", "sinhala", filepath="tests/fm_abhaya.yaml") 
unicode_text = to_unicode(f, ascii_text)

About

A simple python library to convert ASCII to unicode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages