python: add charset=UTF-8 to error_content_type

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-24 21:18:40 +09:00
parent cf93d936be
commit 743b2e5584
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ try:
server_version = 'Python-spdylay'
error_content_type = 'text/html'
error_content_type = 'text/html; charset=UTF-8'
error_message_format = '''\
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">