[Bug #841757] Exercise handling of Unicode strings

This commit is contained in:
Andrew M. Kuchling 2004-06-05 12:33:27 +00:00
parent f2c0830585
commit b12d97c275

View file

@ -10,6 +10,8 @@
'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):