X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1cbad4e363c4e0ef3395e67086b363eb029ed295..a2777d1a:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 5cc79c472..7462d8b93 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -13,7 +13,9 @@ use Data::Dumper; use SL::DBUtils; -use vars qw(@db_encodings %db_encoding_to_charset); +use vars qw(@db_encodings %db_encoding_to_charset %charset_to_db_encoding); + +use strict; @db_encodings = ( { "label" => "ASCII", "dbencoding" => "SQL_ASCII", "charset" => "ASCII" },