Bug 183332 - tr doesn't seems to be locale sensitive
Summary: tr doesn't seems to be locale sensitive
Keywords:
Status: CLOSED DUPLICATE of bug 120933
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
: 183334 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-28 10:58 UTC by Nicolas Scheibling
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

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


Attachments (Terms of Use)
Screenshot of locale problem (25.91 KB, image/png)
2006-02-28 10:58 UTC, Nicolas Scheibling
no flags Details

Description Nicolas Scheibling 2006-02-28 10:58:45 UTC
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.2.1-48.1

How reproducible:
Everytime using tr with $LANG=fr_FR.UTF-8 
 echo "février"  |  tr "àçéèêëîïôöùüÃÃÃÃÃÃÃÃÃÃÃÃ" "aceeeeiioouuACEEEEIIOOUU"
fUevrier


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 Nicolas Scheibling 2006-02-28 10:58:45 UTC
Created attachment 125389 [details]
Screenshot of locale problem

Comment 2 Tim Waugh 2006-02-28 11:34:18 UTC

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

Comment 3 Tim Waugh 2006-02-28 11:35:06 UTC
*** Bug 183334 has been marked as a duplicate of this bug. ***


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