Hi Jeffrey,

many thanks for the report and I'm so sorry for the delayed response.

On Sunday 07 September 2008 11:33:40 you wrote:
> 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.

enabling the UTF8 support in the constructor, removes the warning.

my $config = Config::General->new(-ConfigFile => $file, UTF8 => '1');

> 
> 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);
> 
> 
> 
> 
Best Regards,
Francesco

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to