--- trunk/vhost/webpac2.cgi 2009/07/12 17:23:47 1240 +++ trunk/vhost/webpac2.cgi 2009/07/12 17:42:27 1241 @@ -281,7 +281,7 @@ while ( my $result = $swish_results->next_result ) { - my $data = from_json $result->property('data'); + my $data = from_json( $result->property('data'), {utf8 => 1} ); dump_yaml( 'data', $data );