Re: Wide character in print at HTML::TreeBuilder::XPath function

2020-01-26 Thread John SJ Anderson
> That, I am very grateful to report, solved that question. I guess the > scope of "use utf8;" is more narrow than I had thought. When you have a bit of time, sitting down and reading through https://github.com/rgs/p5-intelligible-unicode is a re

Re: Wide character in print at HTML::TreeBuilder::XPath function

2020-01-26 Thread Lars Noodén
On 1/26/20 9:58 AM, Lars Noodén wrote: > I've got a long script that has "use utf8;" near the top. The script > parses some HTML and then I run into trouble when printing the result as > shown below: > > use utf8; > use HTML::TreeBuilder::XPath; > . . . > my $xhtml = HTML::TreeBui

Wide character in print at HTML::TreeBuilder::XPath function

2020-01-25 Thread Lars Noodén
I've got a long script that has "use utf8;" near the top. The script parses some HTML and then I run into trouble when printing the result as shown below: use utf8; use HTML::TreeBuilder::XPath; . . . my $xhtml = HTML::TreeBuilder::XPath->new; $xhtml->implicit_tags(1); $xh