mirror of
https://github.com/not-kennethreitz/alphaglyph.git
synced 2026-06-05 07:06:14 +00:00
reverse mapping as well as forward mapping
make encoding and decoding the same
This commit is contained in:
@@ -50,6 +50,9 @@ CODEX = {
|
||||
'x': (u'\u03C9', 'omega')
|
||||
}
|
||||
|
||||
for latin_letter, (greek_letter, name) in CODEX.items():
|
||||
CODEX[greek_letter] = (latin_letter, latin_letter)
|
||||
|
||||
|
||||
def iter_transcode(s):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user