Skip to content

Dictionaries for str.translate(dict) allow to translit cyrillic/french/spanish/other latin like languages from UTF-8 into ASCII-7 encoding

License

Notifications You must be signed in to change notification settings

py552/n0translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n0translate.translit_dict

n0translate.translit_dict is a dictionary for Python3 str.translate(dict) allows to translit cyrillic/french/spanish and other latin like languages from UTF-8 into ASCII-7 encoding. Transliteration is the process of transferring a word from the alphabet of one language to another. It changes the letters from the word's original alphabet to similar-sounding letters in a different one. Transliteration helps people pronounce words and names in foreign languages. Usage: import n0translate dst_str = src_str.translate(n0translate.translit_dict)

About

Dictionaries for str.translate(dict) allow to translit cyrillic/french/spanish/other latin like languages from UTF-8 into ASCII-7 encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published