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

Re: Unicode Changes in 5.15.4?

Thread Previous | Thread Next
From:
Dr.Ruud
Date:
November 23, 2011 01:42
Subject:
Re: Unicode Changes in 5.15.4?
Message ID:
20111122205926.21705.qmail@lists-nntp.develooper.com
On 2011-11-22 03:30, David E. Wheeler wrote:

>    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?

After a 'use utf8;' the source code is expected to be in utf8.

So if you hexview the source, then fünky must take > 5 bytes.

-- 
Ruud

Thread Previous | 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