提交 e2dab692 编写于 作者: B Behdad Esfahbod

Minor

上级 4e6e53db
......@@ -405,7 +405,7 @@ class Unicode:
@staticmethod
def decode (s):
return '<' + u','.join ("U+%04X" % ord (u) for u in unicode (s, 'utf-8')).encode ('utf-8') + '>'
return u','.join ("U+%04X" % ord (u) for u in unicode (s, 'utf-8')).encode ('utf-8')
@staticmethod
def parse (s):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册