ziapannocchia at gmail.com
ziapannocchia at gmail.com
Fri Jun 29 08:36:43 EDT 2007
2007/6/29, Graham Dumpleton <graham.dumpleton at gmail.com>: > This is not a general Python mailing list ... thank. I found lucky here: http://stuff.vandervossen.net/archive/weblog/2003/07/unicode_in_python >>> path='[^à]'.decode('utf8') >>> string='ç'.decode('utf8') >>> re.findall(path,string) [u'\xe7'] sorry for the wrong posting.
|