Ejemplo n.º 1
0
 public void TestUnicode()
 {
     PyObject s = new PyString("foo\u00e9");
     Assert.AreEqual("foo\u00e9",s.ToString());
 }