https://bugzilla.redhat.com/show_bug.cgi?id=831679 Bug ID: 831679 QA Contact: extras-qa@xxxxxxxxxxxxxxxxx Severity: unspecified URL: https://rt.perl.org/rt3//Public/Bug/Display.html?id=11 3584 Version: rawhide Priority: unspecified CC: cweyl@xxxxxxxxxxxxxxx, iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, kasal@xxxxxx, lkundrak@xxxxx, mmaslano@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx, rc040203@xxxxxxxxxx, tcallawa@xxxxxxxxxx Assignee: mmaslano@xxxxxxxxxx Summary: perl-5.16.0: tr/// multiple transliteration bug Regression: --- Story Points: --- Classification: Fedora OS: Unspecified Reporter: ppisar@xxxxxxxxxx Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: perl Product: Fedora The tr/// Test case: use strict; use warnings; use utf8; use 5.010000; use autodie; binmode STDOUT, ':utf8'; my $x = "Perlα"; $x =~ tr/αα/βγ/; say "$^V $x"; reports: v5.16.0 Perlγ but it should place a beta as in 5.14: v5.14.2 Perlβ This is fixed in upstream with commit: commit cb6d347447b642c0af2d1a378f437459e42ef4f1 Author: Karl Williamson <public@xxxxxxxxxxxxxxxx> Date: Mon Jun 11 09:56:56 2012 -0600 PATCH: [perl #113584] tr/// multiple transliterations Commit 4de6d205aeab9ec737ca35ba4eb61f37cebefc55 failed to take into consideration tr///. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel