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
Post a Comment