Bug 183332

Summary: tr doesn't seems to be locale sensitive
Product: [Fedora] Fedora Reporter: Nicolas Scheibling <nscheibl>
Component: coreutilsAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: thomas.canniot
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-28 11:34:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Screenshot of locale problem none

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. ***