compare unicode to non-unicode strings
- From: Asterix <asterix@xxxxxxxxxxx>
- Date: Sun, 31 Aug 2008 15:04:48 +0200
how could I test that those 2 strings are the same:
'séd' (repr is 's\\xc3\\xa9d')
u'séd' (repr is u's\\xe9d')
.
- Follow-Ups:
- Re: compare unicode to non-unicode strings
- From: John Machin
- Re: compare unicode to non-unicode strings
- Prev by Date: Re: Uses of docutils
- Next by Date: Re: Writing to ms excel
- Previous by thread: Uses of docutils
- Next by thread: Re: compare unicode to non-unicode strings
- Index(es):