Bug 183334 - tr doesn't seems to be locale sensitive
Summary: tr doesn't seems to be locale sensitive
Keywords:
Status: CLOSED DUPLICATE of bug 183332
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-28 11:19 UTC by Thomas Canniot
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-28 11:35:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Screenshot of echo (18.57 KB, image/png)
2006-02-28 11:21 UTC, Thomas Canniot
no flags Details

Description Thomas Canniot 2006-02-28 11:19:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.1) Gecko/20060223 Fedora/1.5.0.1-5 Firefox/1.5.0.1

Description of problem:
Using tr to translate accentuated characters to simple characters.

Version-Release number of selected component (if applicable):
rpm -qf /usr/bin/tr
coreutils-5.93-7.2

How reproducible:
Always

Steps to Reproduce:
1. Verify your locale for me it was LANG=fr_FR.UTF-8 
2. Use tr as expected in the man page tr "àçéèêëîïôöùüÃÃÃÃÃÃÃÃÃÃÃÃ"
"aceeeeiioouuACEEEEIIOOUU"
3. 

Actual Results:  echo "février"  |  tr "àçéèêëîïôöùüÃÃÃÃÃÃÃÃÃÃÃÃ" "aceeeeiioouuACEEEEIIOOUU"
fUevrier

Expected Results:  echo "février"  |  tr "àçéèêëîïôöùüÃÃÃÃÃÃÃÃÃÃÃÃ" "aceeeeiioouuACEEEEIIOOUU"
fevrier

Additional info:

Comment 1 Thomas Canniot 2006-02-28 11:21:14 UTC
Created attachment 125391 [details]
Screenshot of echo

Comment 2 Tim Waugh 2006-02-28 11:35:03 UTC

*** This bug has been marked as a duplicate of 183332 ***


Note You need to log in before you can comment on or make changes to this bug.