Skip Menu |

This queue is for tickets about the I18N-Charset CPAN distribution.

Report information
The Basics
Id: 18247
Status: resolved
Priority: 0/
Queue: I18N-Charset

People
Owner: MTHURN [...] cpan.org
Requestors: eloy [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.379
Fixed in: (no value)



Subject: Patch to t/utf8.t
debian/unstable eloy@ws143:~$ perl -v This is perl, v5.8.8 built for i486-linux-gnu-thread-multi without patch test fails: t/utf8.... # Failed test 'windows-1-2-5-1' # in t/utf8.t at line 42. # Failed test 'windows-1252 eq' # in t/utf8.t at line 43. # Failed test 'win-latin-1' # in t/utf8.t at line 44. # Failed test 'windows-1253' # in t/utf8.t at line 46. # Looks like you failed 4 tests of 22. t/utf8....dubious Please check attached patch made by gregor+debian@comodo.priv.at
Subject: utf8.t.diff
--- /tmp/utf8.t 2006-03-19 19:00:10.194282289 +0100 +++ utf8.t 2006-03-19 19:00:36.192693435 +0100 @@ -39,11 +39,11 @@ { skip 'Unicode::Map8 is not installed', 7 unless eval 'require Unicode::Map8'; # Unicode::Map8 aliases: - ok(umu8_charset_name("Windows-1-2-5-1") eq "cp1251", 'windows-1-2-5-1'); - ok(umu8_charset_name("windows-1252") eq "cp1252", 'windows-1252 eq'); - ok(umu8_charset_name("win-latin-1") eq "cp1252", 'win-latin-1'); - ok(umu8_charset_name("windows-1252") ne "cp1253", 'windows-1252 ne'); - ok(umu8_charset_name("windows-1253") eq "cp1253", 'windows-1253'); + ok(umu8_charset_name("Windows-1-2-5-1") eq "windows-1251", 'windows-1-2-5-1'); + ok(umu8_charset_name("windows-1252") eq "windows-1252", 'windows-1252 eq'); + ok(umu8_charset_name("win-latin-1") eq "windows-1252", 'win-latin-1'); + ok(umu8_charset_name("windows-1252") ne "windows-1253", 'windows-1252 ne'); + ok(umu8_charset_name("windows-1253") eq "windows-1253", 'windows-1253'); # Unicode::Map8 names with dummy mib: ok(umu8_charset_name("Adobe Zapf Ding Bats") eq "Adobe-Zapf-Dingbats", 'Adobe Zapf Ding Bats'); ok(umu8_charset_name(" c p 1 0 0 7 9 ") eq "cp10079", ' c p 1 0 0 7 9 ');
All tests pass on Solaris 8 with perl 5.9.3 and Unicode::MapUTF8 1.11. What version of Unicode::MapUTF8 are you using? -- - - Martin 'Kingpin' Thurn
Subject: Re: [rt.cpan.org #18247] Patch to t/utf8.t
Date: Mon, 20 Mar 2006 14:32:02 +0100
To: bug-I18N-Charset [...] rt.cpan.org
From: eloy [...] pawnhearts.eu.org (Krzysztof Krzyżaniak)
"Martin Thurn via RT" <bug-I18N-Charset@rt.cpan.org> writes: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=18247 > > > All tests pass on Solaris 8 with perl 5.9.3 and Unicode::MapUTF8 1.11. What version of Unicode::MapUTF8 are you using?
1.11 from debian, looks like unchanged version comparing with CPAN (no additional patches). eloy -- -------e-l-o-y----------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------ jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej
From: ntyni [...] iki.fi
On Mon Mar 20 08:32:38 2006, eloy@pawnhearts.eu.org wrote: Show quoted text
> "Martin Thurn via RT" <bug-I18N-Charset@rt.cpan.org> writes:
Show quoted text
> > All tests pass on Solaris 8 with perl 5.9.3 and Unicode::MapUTF8
> 1.11. What version of Unicode::MapUTF8 are you using? > > 1.11 from debian, looks like unchanged version comparing with CPAN (no > additional patches).
Hi, after further investigation, the problem is apparently due to a Debian-specific patch in Unicode::Map8. We'll sort it out in one way or another. AFAICT, this bug can be closed. Apologies for the inconvenience. Cheers, -- Niko Tyni ntyni@iki.fi