X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/76c486e3bf157e844b0cf11828d55dae2cb7e439..c510d88bbfea6818ffafaddb7286e88aec96d3b8:/SL/Iconv.pm?ds=inline diff --git a/SL/Iconv.pm b/SL/Iconv.pm index 29bf99df4..be0f7c2e4 100644 --- a/SL/Iconv.pm +++ b/SL/Iconv.pm @@ -6,6 +6,8 @@ use SL::Common; use vars qw(%converters); +use strict; + sub get_converter { my ($from_charset, $to_charset) = @_;