Bug 30701

Summary: Broken LOCALE messages files in uudecode
Product: [Retired] Red Hat Linux Reporter: Jason Haar <jhaar>
Component: sharutilsAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-05 21:30:39 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:

Description Jason Haar 2001-03-05 21:30:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2 i686)


When running "uudecode -h" under the French LOCALE, it returns all the
options it does under English EXCEPT FOR the "-o" option.

For some reason that's been missed in the translations.

This affects RH 6.2 and 7.0

Reproducible: Always
Steps to Reproduce:
1. export LOCALE=fr
2. uudecode -h
3.
	

Actual Results:  see Description

Expected Results:  It should have returned the same options as the English
version

Comment 1 Ngo Than 2001-03-06 15:12:23 UTC
You should do export LANG=fr_FR instead LOCALE=fr. It will work

Comment 2 Jason Haar 2001-03-06 19:35:58 UTC
Sorry - but a user in France reported this to me as a problem with my product
which uses uudecode. I would have assumed he had his locale set correctly!