summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2009-04-16 23:19:41 +0200
committerTobi Oetiker <tobi@oetiker.ch>2009-04-16 23:19:41 +0200
commita4b49e45557677dd854bc84cb38bed952fd9588d (patch)
tree1578c99bd23f8ac8455d8dcce3ddad5044840f3b
parentb697133c514e296cc47904cb7c8403095a7b34c6 (diff)
downloadsmokeping-a4b49e45557677dd854bc84cb38bed952fd9588d.tar.gz
smokeping-a4b49e45557677dd854bc84cb38bed952fd9588d.tar.xz
lowercase charset
-rw-r--r--lib/Qooxdoo/JSONRPC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Qooxdoo/JSONRPC.pm b/lib/Qooxdoo/JSONRPC.pm
index cf6d11b..38feef9 100644
--- a/lib/Qooxdoo/JSONRPC.pm
+++ b/lib/Qooxdoo/JSONRPC.pm
@@ -79,7 +79,7 @@ sub handle_request
print STDERR "Session id: $session_id\n"
if $Qooxdoo::JSONRPC::debug;
- print $session->header(-charset=>'UTF-8');
+ print $session->header(-charset=>'utf-8');
# 'selfconvert' is enabled for date conversion. Ideally we also want
# 'convblessed', but this then disabled 'selfconvert'.