Re: [Pythonmac-SIG] Unicode

2007-03-14 Thread Bob Ippolito
Here's a very recent, well written and pertinent article: http://boodebr.org/main/python/all-about-python-and-unicode -bob On 3/14/07, Dougal Graham <[EMAIL PROTECTED]> wrote: > Thanks for the quick reply! As I'm sure you can tell, I'm still fairly > new to Python. Do you know of a tutorial on h

Re: [Pythonmac-SIG] Unicode

2007-03-14 Thread Dougal Graham
Thanks for the quick reply! As I'm sure you can tell, I'm still fairly new to Python. Do you know of a tutorial on how to properly manage unicode in Python, then? I ran into trouble when trying to run a command containing unicode characters through commands.getoutput()... On 3/15/07, Bob Ippolito

Re: [Pythonmac-SIG] Unicode

2007-03-14 Thread Bob Ippolito
On 3/14/07, Dougal Graham <[EMAIL PROTECTED]> wrote: > Hi there, > > I am having a problem with figuring out how to set utf-8 as the > default encoding for python. I have found various references to > sitecustomize.py, but I'm not sure where to put that file. I just > recently updated to python 2.5

[Pythonmac-SIG] Unicode

2007-03-14 Thread Dougal Graham
Hi there, I am having a problem with figuring out how to set utf-8 as the default encoding for python. I have found various references to sitecustomize.py, but I'm not sure where to put that file. I just recently updated to python 2.5 using the .dmg file from python.org. Any help would be greatly