Skip to content
/ kfc Public

A library to convert khmer unicode text to limon format

License

Notifications You must be signed in to change notification settings

Socret360/kfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khmer Font Converter | KFC

A library to convert khmer unicode text to limon format and vice versa.

Installation

$ pip install kfc

Usage

Converting Unicode String to Limon Format

from kfc import unicode_to_limon

unicode = "ថ្ងៃខែឆ្នាំកំណើត"
limon = unicode_to_limon(unicode)
print(f"unicode: {unicode} -> limon: {limon}")

Converting Limon String to Unicode Format

from kfc import limon_to_unicode

limon = "éf¶ExqñaMkMeNIt"
unicode = limon_to_unicode(limon)
print(f"limon: {limon} -> unicode: {unicode}")

About

A library to convert khmer unicode text to limon format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages