Re: [Tutor] Unicode problems

2006-08-31 Thread Kent Johnson
Ed Singleton wrote: > On 8/29/06, Kent Johnson <[EMAIL PROTECTED]> wrote: >>> The main problem I am having is in getting python not to give an >>> error when it encounters a sterling currency sign (£, pound sign here >>> in UK), which I suspect might be some wider problem on the mac as when >>> I

Re: [Tutor] Unicode problems

2006-08-29 Thread Kent Johnson
Ed Singleton wrote: > I've been having unicode problems in python on Mac OS 10.4. > > I googled for it and found a good page in Dive Into Python that I > thought might help > (http://www.diveintopython.org/xml_processing/unicode.html). > > I tried following the instructions and set my default encod

[Tutor] Unicode problems

2006-08-29 Thread Ed Singleton
I've been having unicode problems in python on Mac OS 10.4. I googled for it and found a good page in Dive Into Python that I thought might help (http://www.diveintopython.org/xml_processing/unicode.html). I tried following the instructions and set my default encoding using a sitecustomize.py, bu