>>> u'\xbd' u'\xbd' >>> print _ Traceback (most recent call last): File "<stdin>", line 1, in ? UnicodeEncodeError: 'ascii' codec can't encode character u'\xbd' in position 0: ordinal not in range(128) >>> -- http://mail.python.org/mailman/listinfo/python-list
- WTF? Printing unicode strings Ron Garret
- Re: WTF? Printing unicode strings John Salerno
- Re: WTF? Printing unicode strings Fredrik Lundh
- Re: WTF? Printing unicode strings Ron Garret
- Re: WTF? Printing unicode strings Robert Kern
- Re: WTF? Printing unicode strings Ron Garret
- Re: WTF? Printing unicode strings Robert Kern
- Re: WTF? Printing unicode strings Serge Orlov
- Re: WTF? Printing unicode strings Ron Garret
- Re: WTF? Printing unicode strings Robert Kern
- Re: WTF? Printing unicode strings Paul Boddie