Skip to content

Commit

Permalink
added CYRILLIC SMALL LETTER KHA WITH DESCENDER
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Nov 13, 2024
1 parent dbfea65 commit 9962e2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.0',
version='2.0.1',
packages=['src'],
package_data={'src': ['unicode_combinations.json']},
setup_requires=['wheel'],
Expand Down
8 changes: 7 additions & 1 deletion src/unicode_combinations.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,20 @@
"similar": [
{
"CYRILLIC": {
"\u0445": "CYRILLIC SMALL LETTER KHA"
"\u0445": "CYRILLIC SMALL LETTER HA",
"\u04B3": "CYRILLIC SMALL LETTER KHA WITH DESCENDER"
}
},
{
"LATIN": {
"\u2179": "SMALL ROMAN NUMERAL TEN"
}
},
{
"CANADIAN": {
"\u166E": "CANADIAN SYLLABICS FULL STOP"
}
},
{
"CANADIAN": {
"\u166E": "CANADIAN SYLLABICS FULL STOP"
Expand Down

0 comments on commit 9962e2a

Please sign in to comment.