View | Details | Raw Unified | Return to bug 11730
Collapse All | Expand All

(-)a/C4/Charset.pm (-1 / +1 lines)
Lines 22-27 use warnings; Link Here
22
22
23
use MARC::Charset qw/marc8_to_utf8/;
23
use MARC::Charset qw/marc8_to_utf8/;
24
use Text::Iconv;
24
use Text::Iconv;
25
use C4::Context;
25
use C4::Debug;
26
use C4::Debug;
26
use Unicode::Normalize;
27
use Unicode::Normalize;
27
28
28
- 

Return to bug 11730