On Jan 7, 9:40 pm, Qian Xu <quian...@stud.tu-ilmenau.de> 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

Reply via email to