Skip to content

Instantly share code, notes, and snippets.

@thejeshgn
Created February 1, 2019 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejeshgn/1667edbe7a9828347a3a7e99c60e5755 to your computer and use it in GitHub Desktop.
Save thejeshgn/1667edbe7a9828347a3a7e99c60e5755 to your computer and use it in GitHub Desktop.
#https://github.com/ovalhub/pyicu/
from icu import *
trans = Transliterator.createInstance("Kannada-Latin")
tl = trans.transliterate(kn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment