Skip to content

Commit

Permalink
list available maps
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Dec 17, 2023
1 parent 13be874 commit 041f6a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libindic/payyans/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ def ASCII2Unicode(self, ascii_text, font):

return unicode_text # മതം മാറ്റി തിരിച്ചു കൊടുക്ക്വാ !

def listAvailableMaps(self):
for key in maps.keys():
print(key, end=", ")

def getVowelSign(self, vowel_letter, vowel_sign_letter):
vowel = vowel_letter.encode('utf-8')
vowel_sign = vowel_sign_letter.encode('utf-8')
Expand Down

0 comments on commit 041f6a1

Please sign in to comment.