Package: libconfig-general-perl Version: 2.40-1 Severity: normal OTF-8 characters produce warning
Wide character in print at /usr/share/perl5/Config/General.pm line 1118. e.g. #!/usr/bin/perl use warnings; use strict; use Config::General; my %h = ( key => "\x{263A}" ); my $file = 'file'; system("touch $file"); my $config = Config::General->new(-ConfigFile => $file); $config->save_file($file, \%h); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]