X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dfefe1cf599541143e94e1356d6be0edc53e8059..dbda14c263efd93aca3b7114015a47d86b8581e3:/SL/DBConnect.pm?ds=sidebyside diff --git a/SL/DBConnect.pm b/SL/DBConnect.pm index afdf2c9e1..7d3ea4108 100644 --- a/SL/DBConnect.pm +++ b/SL/DBConnect.pm @@ -72,7 +72,7 @@ sub get_connect_args { sub get_options { my $self = shift; my $options = { - pg_enable_utf8 => $::locale->is_utf8, + pg_enable_utf8 => 1, @_ };