Bug 1111

Summary: patch XFree86-3.3.3-ru_SU.patch does not work - it's wrong.
Product: [Retired] Red Hat Raw Hide Reporter: Leonid Kanter <leon>
Component: XFree86Assignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 1.0   
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: 1999-02-10 22:19:40 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:
Bug Depends On:    
Bug Blocks: 814815    

Description Leonid Kanter 1999-02-10 21:43:53 UTC
These lines:

+ru_SU
ru_SU.KOI8-R
+ru_SU.KOI8-R
ru_SU.KOI8-R

are incorrect, because there are no native support for ru_SU
in
XFree and ru_SU may be present in left column only. Try to
type somewhere in xterm:
LC_ALL=ru_SU netscape
and you will se that ru_SU locale is not supported bu C
library.

Solution is:
--- XFree86-3.3.3.1/xc/nls/locale.alias.ru_SU   Tue Jan 26
15:58:06 1999
+++ XFree86-3.3.3.1/xc/nls/locale.alias Tue Jan 26 16:00:01
1999
@@ -214,9 +214,9
@@
 ru
ru_RU.ISO8859-5
 ru_RU
ru_RU.ISO8859-5
 ru_RU.iso88595
ru_RU.ISO8859-5
-ru_SU
ru_RU.ISO8859-5
+ru_SU
ru_RU.KOI8-R
+ru_SU.KOI8-R
ru_RU.KOI8-R
 ru_SU.ISO8859-5
ru_RU.ISO8859-5
-ru_SU.KOI8-R
ru_RU.KOI8-R
 sh
sh_YU.ISO8859-2
 sh_HR.iso88592
sh_HR.ISO8859-2
 sh_YU
sh_YU.ISO8859-2

This patch is well tested by DonLUG members, xkb map
selection latest Xconfigurator work very good with it.


------- Email Received From  "Leon B.Kanter" <leon.ua> 02/10/99 16:46 -------

Comment 1 Preston Brown 1999-02-10 22:19:59 UTC
this will be fixed in rawhide by tomorrow.