Hello,

Through mod_wsgi:
sys.getdefaultencoding(): ascii
sys.getfilesystemencoding(): ANSI_X3.4-1968

from the commandline:
sys.getdefaultencoding(): ascii
sys.getfilesystemencoding(): UTF-8

thanks a lot for that hint, with it I found
http://markmail.org/message/pytznayk3fqtykyx?q=thread:pytznayk3fqtykyx and
configured Apache to use the systems default locale, now it seems to work :)

cheers
 Hannes

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to