Skip to content

Commit

Permalink
add homograph characters for Z and Y
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Nov 14, 2024
1 parent 565ebc9 commit 6179626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='evilurl',
version='2.0.1',
version='2.0.2',
packages=['src'],
package_data={'src': ['unicode_combinations.json']},
setup_requires=['wheel'],
Expand Down
6 changes: 4 additions & 2 deletions src/unicode_combinations.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@
},
{
"LATIN": {
"\u028F": "LATIN LETTER SMALL CAPITAL Y"
"\u028F": "LATIN LETTER SMALL CAPITAL Y",
"\u1EFF": "LATIN SMALL LETTER Y WITH LOOP"
}
},
{
Expand All @@ -473,7 +474,8 @@
"similar": [
{
"LATIN": {
"\u1D22": "LATIN LETTER SMALL CAPITAL Z"
"\u1D22": "LATIN LETTER SMALL CAPITAL Z",
"\u0290": "LATIN SMALL LETTER Z WITH RETROFLEX HOOK"
}
}
]
Expand Down

0 comments on commit 6179626

Please sign in to comment.