Python won't display greek characters in Apache -


i installed python , got work apache. works english characters when i'm trying print in greek prints weird question marks.

the problem can fixed putting on end of apache's httpd.conf file:

setenv pythonioencoding utf-8 

with apache tell python use utf-8 default encoding.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -