I have created and populated Greek names in a set() and I then pass this set of values to a view function.
When I try to print this set Greek names appear as jibberish. I believe this has somethign to do that Apache mod_wsgi or Bottle doens't start with utf-8 support.
How can I tell Apache/Bottle to use LANG=el_GR.utf-8
so I can display unicode properly because I believe that's the case here?
I looked for AddDefaultCharset utf-8
in httpd.conf
but it is already enabled, so I have to ask why the Greek chars appear as jibberish?