Re: [Pythonmac-SIG] python characters on a mac?

2011-06-29 Thread Karsten Wolf
I was directed to send the following query to this email address. That's too bad. If you're not here on your own you might be reluctant to learn... Try this. Assuming your text file was encoded in UTF-8. Read the docs about unicode and encoding. Am 23.06.2011 um 20:35 schrieb Joseph

Re: [Pythonmac-SIG] python characters on a mac?

2011-06-29 Thread Christopher Barker
Karsten Wolf wrote: Try this. Assuming your text file was encoded in UTF-8. Read the docs about unicode and encoding. exactly. Read this: http://www.joelonsoftware.com/articles/Unicode.html and then this: http://boodebr.org/main/python/all-about-python-and-unicode -Chris -- Christopher Ba