Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages