We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e2472 commit db508dcCopy full SHA for db508dc
utils/entities.py
@@ -25,7 +25,7 @@ def entity_characters(inp):
25
26
27
def codepoint_to_character(inp):
28
- return ("\U000" + inp[2:]).decode("unicode-escape")
+ return ("\\U000" + inp[2:]).decode("unicode-escape")
29
30
31
def make_tests_json(entities):
0 commit comments