Ad
  • Custom User Avatar
    1. It is better to have a preloaded dictionary for TABLE instead of a list.
    {'åâäăã': 'a', 'вбβ': 'b', 'çĉċčć': 'c', 'ďд': 'd', 'ëèéēê': 'e', 
    'ʄϝ': 'f', 'ġĝģ': 'g', 'ĥн': 'h', 'ĩıìīï': 'i', 'ĵ': 'j', 'ķ': 'k', 
    'ľĺļ': 'l', 'мϻ': 'm', 'ňńņñ': 'n', 'őơōöõ': 'o', 'р': 'p', 'q': 'q',
    'řŗŕ': 'r', 'šŝşś': 's', 'ťţ': 't', 'ũŭųúù': 'u', '۷ࡐ': 'v', 'ԝա': 'w',
    'х': 'x', 'ýÿ': 'y', 'ƶž': 'z'}
    
    1. The parameter should be changed (it should not align with built-in methods).
  • Custom User Avatar

    i was about to put each individual character in those strings as an item in the lists but decided against that... and forgot to remove the lists

  • Custom User Avatar

    ... furthermore, why in the world is each string in TABLE inside a list?

  • Custom User Avatar

    The "are provided in the TABLE variable" is not sufficient. If there is a preloaded variable provided for users, it has to be explained what it contains and how it can be used. I have no idea what the TABLE contains and how it can be helpful.