RE: Text Encoding - Like Wrestling Oiled Pigs

2006-12-08 Thread Tim Golden
[EMAIL PROTECTED] | I've got a database of information that is encoded in Windows/CP1252. | What I want to do is dump this to a UTF-8 encoded text file (a RSS | feed). | "UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in position | 163: ordinal not in range(128)" | | So somewhere I'm m

Re: Text Encoding - Like Wrestling Oiled Pigs

2006-12-08 Thread John Machin
[EMAIL PROTECTED] wrote: > So I've got a problem. > > I've got a database of information that is encoded in Windows/CP1252. > What I want to do is dump this to a UTF-8 encoded text file (a RSS > feed). > > While the overall problem seems to be related to the conversion, the > only error I'm gettin

Text Encoding - Like Wrestling Oiled Pigs

2006-12-08 Thread apotheos
So I've got a problem. I've got a database of information that is encoded in Windows/CP1252. What I want to do is dump this to a UTF-8 encoded text file (a RSS feed). While the overall problem seems to be related to the conversion, the only error I'm getting is a "UnicodeDecodeError: 'ascii' cod