[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: Change 33987: Upgrade to podlators-2.1.0
On Mon, Jun 02, 2008 at 05:30:06AM -0700, Steve Peters wrote:
> Change 33987 by stevep@stevep-kirk on 2008/06/02 12:21:28
>
> Upgrade to podlators-2.1.0
> ==== //depot/perl/lib/Pod/t/man-options.t#1 (text) ====
> Index: perl/lib/Pod/t/man-options.t
> --- /dev/null 2008-05-07 15:08:24.549929899 -0700
> +++ perl/lib/Pod/t/man-options.t 2008-06-02 05:21:28.000000000 -0700
> @@ -0,0 +1,103 @@
This new test is failing under UTF-8 locales.
$ LC_ALL=en_GB.UTF-8 PERL_UNICODE="" PERL_CORE=1 ./perl -Ilib lib/Pod/t/man-options.t
1..2
ok 1
not ok 2
Expected
========
.SH "BEYONCÃÂ"
.IX Header "BEYONCÃÂ"
Beyoncé! Beyoncé! Beyoncé!!
.PP
.Vb 3
\& Beyoncé! Beyoncé!
\& Beyoncé! Beyoncé!
\& Beyoncé! Beyoncé!
.Ve
.PP
Older versions did not convert Beyoncé in verbatim.
Output
======
.SH "BEYONCÃÂÃÂ"
.IX Header "BEYONCÃÂÃÂ"
BeyoncÃÂé! BeyoncÃÂé! BeyoncÃÂé!!
.PP
.Vb 3
\& BeyoncÃÂé! BeyoncÃÂé!
\& BeyoncÃÂé! BeyoncÃÂé!
\& BeyoncÃÂé! BeyoncÃÂé!
.Ve
.PP
Older versions did not convert BeyoncÃÂé in verbatim.
I'm not sure of the best way to address this. (fix? skip? I'm suspecting
fix, which would be a well placed binmode)
What time I have I'm spending on 5.8.9 related things, so I'm not going to
get a chance to look at it.
Nicholas Clark
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]