--- deliantra/Deliantra-Client/DC.pm 2008/05/05 20:22:03 1.179 +++ deliantra/Deliantra-Client/DC.pm 2008/05/09 16:33:35 1.181 @@ -172,7 +172,7 @@ open my $fh, ">:utf8", $file or return; - print $fh encode_json $::CFG; + print $fh JSON::XS->new->utf8->pretty->encode ($::CFG); } sub http_proxy { @@ -225,7 +225,6 @@ } else { fcntl $fh, &Fcntl::F_SETFL, $nb ? &Fcntl::O_NONBLOCK : 0; } - } package DC::Layout;