Re: Dealing with "funny" characters

2007-10-20 Thread Gert-Jan
oding. But you should read this first: http://www.joelonsoftware.com/articles/Unicode.html It's an entertaining introduction to the world of codepages and unicode :-) Regards, Gert-Jan -- http://mail.python.org/mailman/listinfo/python-list

Re: Help on creating a HTML by python

2004-11-29 Thread Gert-Jan den Besten
ems to work fine. It uses the "Python Imaging Library" instead of "ImageMagick". Using PIL gives it a better performance. There is another option: http://info.linspire.com/lphoto/ This is an Open Source application, built using Python. If you can get the source, this may be