Test for a unicode string
goldtech
goldtech at worldpost.com
Thu Oct 25 15:13:11 EDT 2007
More information about the Python-list mailing list
Thu Oct 25 15:13:11 EDT 2007
- Previous message (by thread): Test for a unicode string
- Next message (by thread): How to best send email to a low volume list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
snip... > > Like: > > if unicode string: > > print 'string's line #' > > else: > > process the string > If I use "re.UNICODE" like: m = re.match(r"\w+", s, re.UNICODE) then it seems to fix my problem. Trying to read as much as I can on unicode....
- Previous message (by thread): Test for a unicode string
- Next message (by thread): How to best send email to a low volume list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list