Closed VishnuSanal closed 1 month ago
from libindic.payyans import Payyans instance = Payyans() print(instance.Unicode2ASCII(u"കേരളം", "ambili")) # Itcfw print(instance.ASCII2Unicode("Itcfw", "ambili")) # കരേളം
It is unicode2ASCII that's at fault. It should be tIcfw. Pre-base post-base thing is not working correctly. We should implement the same three-pass logic in reverse for ASCII.
tIcfw
#22 fixed this