diff -r a84322e9df8d -r 8f143b1ce0d1 lib/http.py --- a/lib/http.py Sat Feb 07 04:40:37 2009 +0200 +++ b/lib/http.py Sat Feb 07 04:44:00 2009 +0200 @@ -94,7 +94,7 @@ HTTP Response with headers and data """ - def __init__ (self, data, content_type='text/html', status='200 OK', charset='utf8') : + def __init__ (self, data, content_type='text/html', status='200 OK', charset='UTF-8') : """ Create the response. The Content-type header is built from the given values. The given \a data must be either a str (which is sent plain), an unicode object (which is encoded with the relevant charset), or