develooper Front page | perl.perl5.porters | Postings from November 2011

Unicode Changes in 5.15.4?

Thread Next
From:
David E. Wheeler
Date:
November 21, 2011 18:31
Subject:
Unicode Changes in 5.15.4?
Message ID:
F09749DD-B920-4F0C-B329-4DBBF4B18BF7@kineticode.com
Porters,

With the release of 5.14.4 yesterday, I got a bunch of failures for my modules like this:

  http://www.cpantesters.org/cpan/report/c6e781ba-0c53-11e1-bf7c-891a07517fb7

Here’s that line:

  https://github.com/theory/text-markup/blob/master/t/base.t#L104

So it's expecting "fünky" under `use utf8`, which should be utf8, of course. The value returned is set up at line 84, in this block:

  https://github.com/theory/text-markup/blob/master/t/base.t#L79

Which should also be utf8. However, for some reason, one appears *not* to be utf8. FWIW, this test (and others like it in other of my modules) passes in 5.14 and other releases of Perl. Did something change in 5.14.4 to muck with utf8-ness?

Thanks,

David


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About