
grg2 at comcast
May 20, 2008, 8:15 AM
Views: 72
Permalink
|
|
Help with character encodings
|
|
Help! I've scraped a PDF file for text and all the minus signs come back as u'\xad'. Is there any easy way I can change them all to plain old ASCII '-' ??? str.replace complained about a missing codec. Hints? -- http://mail.python.org/mailman/listinfo/python-list
|