Skip to content

Commit b95efe6

Browse files
committed
fix Й problem
1 parent c1a6aad commit b95efe6

File tree

3 files changed

+2121
-2133
lines changed

3 files changed

+2121
-2133
lines changed

emoji/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222

2323
_DEFAULT_DELIMITER = ':'
24-
_EMOJI_NAME_PATTERN = '\\w\\-&.’”“()!#*+,/«»\u0300\u0301\u0302\u0303\u0308\u030a\u0327\u064b\u064e\u064f\u0650\u0653\u0654\u3099\u30fb\u309a'
24+
_EMOJI_NAME_PATTERN = '\\w\\-&.’”“()!#*+,/«»\u0300\u0301\u0302\u0303\u0306\u0308\u030a\u0327\u064b\u064e\u064f\u0650\u0653\u0654\u3099\u30fb\u309a'
2525

2626

2727
class config():

0 commit comments

Comments
 (0)