On Jan 7, 9:40 pm, Qian Xu <[email protected]> wrote: > Hi All, > > why the code > print len(u"»test«") > returns 8 instead of 6?
I suggest that you do print repr(u"»test«") and inspect the result. HTH, John -- http://mail.python.org/mailman/listinfo/python-list
