Skip Menu |

This queue is for tickets about the Text-Unidecode CPAN distribution.

Report information
The Basics
Id: 65997
Status: resolved
Priority: 0/
Queue: Text-Unidecode

People
Owner: sburke [...] cpan.org
Requestors: sixtease [...] cpan.org
Cc:
AdminCc:

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



Subject: accented Y transliterated as U
unidecode("\xdd") returns 'U'. Should return 'Y'. The character is 'Ý'
Subject: text-unidecode-0xdd.patch
diff -ur Text-Unidecode-0.04.old/lib/Text/Unidecode/x00.pm Text-Unidecode-0.04.new/lib/Text/Unidecode/x00.pm --- Text-Unidecode-0.04.old/lib/Text/Unidecode/x00.pm 2001-07-14 09:52:19.000000000 +0200 +++ Text-Unidecode-0.04.new/lib/Text/Unidecode/x00.pm 2011-02-21 14:44:26.036066534 +0100 @@ -13,7 +13,7 @@ ' ', qq{!}, qq{C/}, 'PS', qq{\$?}, qq{Y=}, qq{|}, 'SS', qq{"}, qq{(c)}, 'a', qq{<<}, qq{!}, "", qq{(r)}, qq{-}, 'deg', qq{+-}, '2', '3', qq{'}, 'u', 'P', qq{*}, qq{,}, '1', 'o', qq{>>}, qq{1/4}, qq{1/2}, qq{3/4}, qq{?}, 'A', 'A', 'A', 'A', 'A', 'A', 'AE', 'C', 'E', 'E', 'E', 'E', 'I', 'I', 'I', 'I', -'D', 'N', 'O', 'O', 'O', 'O', 'O', 'x', 'O', 'U', 'U', 'U', 'U', 'U', 'Th', 'ss', +'D', 'N', 'O', 'O', 'O', 'O', 'O', 'x', 'O', 'U', 'U', 'U', 'U', 'Y', 'Th', 'ss', 'a', 'a', 'a', 'a', 'a', 'a', 'ae', 'c', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'd', 'n', 'o', 'o', 'o', 'o', 'o', qq{/}, 'o', 'u', 'u', 'u', 'u', 'y', 'th', 'y', ];
fixed in forthcoming Unidecode v1.2