Bug 12495 - Include streetnumber in hold alert address
[koha_fer] / C4 / Charset.pm
index 2968b5e..2950a71 100644 (file)
@@ -22,6 +22,7 @@ use warnings;
 
 use MARC::Charset qw/marc8_to_utf8/;
 use Text::Iconv;
+use C4::Context;
 use C4::Debug;
 use Unicode::Normalize;
 
@@ -43,6 +44,8 @@ BEGIN {
     );
 }
 
+=encoding UTF-8
+
 =head1 NAME
 
 C4::Charset - utilities for handling character set conversions.