From 6179626109d7894bb61607863e2fb47e558467af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Glauber=20Magalh=C3=A3es?= Date: Thu, 14 Nov 2024 13:30:31 -0300 Subject: [PATCH] add homograph characters for Z and Y --- setup.py | 2 +- src/unicode_combinations.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3570c90..95c38a2 100644 --- a/setup.py +++ b/setup.py @@ -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'], diff --git a/src/unicode_combinations.json b/src/unicode_combinations.json index ba5e261..2a7188e 100644 --- a/src/unicode_combinations.json +++ b/src/unicode_combinations.json @@ -458,7 +458,8 @@ }, { "LATIN": { - "\u028F": "LATIN LETTER SMALL CAPITAL Y" + "\u028F": "LATIN LETTER SMALL CAPITAL Y", + "\u1EFF": "LATIN SMALL LETTER Y WITH LOOP" } }, { @@ -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" } } ]