提交 43bb2b8f 编写于 作者: B Behdad Esfahbod

Minor

上级 bdaa784b
......@@ -414,7 +414,7 @@ class Unicode:
@staticmethod
def parse (s):
s = re.sub (r"0[xX]", " ", s)
s = re.sub (r"[<+>,;&#\\xXuUnNiI\n ]", " ", s)
s = re.sub (r"[<+>{},;&#\\xXuUnNiI\n ]", " ", s)
return [int (x, 16) for x in s.split ()]
@staticmethod
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册