diff options
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'. |