Commit b12d97c2 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #841757] Exercise handling of Unicode strings

parent f2c08305
......@@ -10,6 +10,8 @@ alist = [{'astring': 'foo@bar.baz.spam',
'anotherlist': ['.zyx.41'],
'abase64': xmlrpclib.Binary("my dog has fleas"),
'boolean': xmlrpclib.False,
'unicode': u'\u4000\u6000\u8000',
u'ukey\u4000': 'regular value',
}]
class XMLRPCTestCase(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment