diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2009-04-16 23:19:41 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2009-04-16 23:19:41 +0200 |
commit | a4b49e45557677dd854bc84cb38bed952fd9588d (patch) | |
tree | 1578c99bd23f8ac8455d8dcce3ddad5044840f3b /lib | |
parent | b697133c514e296cc47904cb7c8403095a7b34c6 (diff) | |
download | smokeping-a4b49e45557677dd854bc84cb38bed952fd9588d.tar.gz smokeping-a4b49e45557677dd854bc84cb38bed952fd9588d.tar.xz |
lowercase charset
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Qooxdoo/JSONRPC.pm | 2 |
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'. |