[issue18917] python won't display greek characters in apache under windows

2013-09-06 Thread Nick
Changes by Nick : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue18917] python won't display greek characters in apache under windows

2013-09-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe that this is *the* answer to the issue, so the issue should be closed. -- nosy: +terry.reedy ___ Python tracker ___ __

[issue18917] python won't display greek characters in apache under windows

2013-09-06 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> works for me stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list

[issue18917] python won't display greek characters in apache under windows

2013-09-04 Thread Nick
Nick added the comment: Turns out adding "SetEnv PYTHONIOENCODING utf-8" to the end of apache's httpd.conf file fixed the problem for me. -- ___ Python tracker ___ _

[issue18917] python won't display greek characters in apache under windows

2013-09-03 Thread Nick
Changes by Nick : -- components: +Unicode, Windows nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue18917] python won't display greek characters in apache under windows

2013-09-03 Thread Nick
New submission from Nick: I've set up apache on Windows 7 and I'm running python with cgi. I have a script that contains this: #!C:\Python34\python.exe print ("Content-Type: text/html; charset=utf-8\n") print ("Δοκιμή") Pretty simple, right? When I'm opening the page to my browser in stead of