]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DBConnect.pm
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt
[kivitendo-erp.git] / SL / DBConnect.pm
index afdf2c9e1b0902cf460016b36f29d6d9d7d61065..7d3ea41088e086407c934f3ae03b1ba7ca210ef4 100644 (file)
@@ -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,
     @_
   };