[mod_python] Unicode Support

Nick nick at dd.revealed.net
Mon Nov 29 10:16:46 EST 2004


Check for a line in the Python lib directory in site.py that looks like:

encoding = "ascii"

Make sure python is built with Unicode support, of course ;-)

Nick

Ivo Looser wrote:
> I whould like to change my unicode settings in Mod_Python.
> 
> I saw a lot of but nothing helps me:-)
> 
> Basicly I should like to start the pyhton interpreter with -U command in my
> Apache.
> 
> Is it possible?



More information about the Mod_python mailing list