Skip Menu |

This queue is for tickets about the XML-Tidy CPAN distribution.

Report information
The Basics
Id: 92434
Status: resolved
Priority: 0/
Queue: XML-Tidy

People
Owner: Pip [...] CPAN.Org
Requestors: sudhanshu [...] agnisys.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.16



Subject: got a error message "Wide character in print at /usr/local/share/perl5/XML/Tidy.pm line 726."
Date: Fri, 24 Jan 2014 09:22:56 +0000
To: bug-XML-Tidy [...] rt.cpan.org
From: Sudhanshu <sudhanshu [...] agnisys.com>
hello, I got a error message "Wide character in print at /usr/local/share/perl5/XML/Tidy.pm line 726." while running following command my $tidy_obj = XML::Tidy->new('filename' => $file_to_indent); $tidy_obj->tidy(); $tidy_obj->write() I'm using "XML-Tidy-1.12.B55J2qn" perl version "v5.10.1" os: "Linux 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux" Well the file got indented but still I'm curious about this message I'm getting. I've also attached the xrsl file on in which I'm getting this error. Regards, Sudhanshu Tripathi HW engg. (Trainee), Agnisys Tech.
Download ethernet_core_amba.xrsl
application/octet-stream 19.6k

Message body not shown because it is not plain text.

Hello Sudhanshu, Thank you very much for the bug report. I'm pretty sure this was a warning message because I had UTF-8 characters in the POD without declaring =encoding utf8 properly beforehand. This should be fixed in the latest version. -- -Pip@CPAN.Org