When i Iam nstalling the up to date version of XML::Twig
Installed: 3.44
CPAN: 3.44 up to date
Michel Rodriguez (MIROD)
[email protected]
I get this warning message when running perldoc XML::Twig
Wide character in print at C:/strawberry-perl/perl/lib/Pod
/Text.pm line 286.
Could someone help how i can fix this ?
The error you are seeing is related to utf8 support. The data you provided is in utf8 while for some reason your XML::Twig is not expecting it to be as such.
Is this warning affecting you in any way? if so what is it causing?