Bug 71754

Summary: add an iso-5 to lang.sh and lang.csh
Product: [Retired] Red Hat Public Beta Reporter: Zlatko Trajceski <zlat>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: limboCC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-18 05:18:07 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 Zlatko Trajceski 2002-08-18 05:18:03 UTC
Description of Problem:

For Macedonian locale we use iso-8859-5 charset and in every RH linux
distribution I had to add the lines shown down to actualy see iso-5 letters in
console so please make the modifications so RHL can be ready out of the box for
the Macedonian language.

iso-5 should be added to the /etc/profile.d/lang.sh and /etc/profile.d/lang.sh
in a following way:


In /etc/profile.d/lang.sh
line 50 is:
            8859-1|8859-2|8859-15|koi*)
and it should be:
            8859-1|8859-2|8859-5|8859-15|koi*)

and line 58 is:
            iso01*|iso02*|iso15*|koi*|latin2-ucw*)
and it should be:
            iso01*|iso02*|iso05*|iso15*|koi*|latin2-ucw*)



In /etc/profile.d/lang.csh
lines 30-34 are:
            case 8859-1:
            case 8859-2:
            case 8859-15:
            case koi*:
            case latin2*:
and should be:
            case 8859-1:
            case 8859-2:
            case 8859-5:
            case 8859-15:
            case koi*:
            case latin2*:

lines 47-51
            case iso01*:
            case iso02*:
            case iso15*:
            case koi*:
            case latin2-ucw*:
should be:
            case iso01*:
            case iso02*:
            case iso05*:
            case iso15*:
            case koi*:
            case latin2-ucw*:






Version-Release number of selected component (if applicable):
all

How Reproducible:
allways

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Bill Nottingham 2002-08-20 04:23:20 UTC
Will be in 6.91-1, thanks!