Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal authored Feb 17, 2024
1 parent 0a0bdc8 commit 2b3f841
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ print(result) # മലയാളം
result2 = instance.Unicode2ASCII(u"കേരളം", "ambili")
print(result2) # tIcfw
maps = instance.listAvailableMaps()
print(maps) # Haritha, ML-TTAmbili, ML-TTKarthika, ML-TTNandini, ML-TTRevathi, MLB-TTIndulekha, Manorama, Matweb, TM-TTValluvar, banglapedia, charaka, panchari, revathi, uma
instance.listAvailableMaps() # Haritha, ML-TTAmbili, ML-TTKarthika, ML-TTNandini, ML-TTRevathi, MLB-TTIndulekha, Manorama, Matweb, TM-TTValluvar, banglapedia, charaka, panchari, revathi, uma
hatritha_map = instance.printMap('Haritha')
print(hatritha_map) # prints the whole mapping file
instance.printMap('Haritha') # prints the whole mapping file
```

[Watch this video to know more about what ASCII and Unicode encodings are](https://smc.org.in/articles/ascii-unicode-fonts)
Expand Down

0 comments on commit 2b3f841

Please sign in to comment.