Bug 18664

Summary: ru_RU.KOI8-R locale
Product: [Retired] Red Hat Linux Reporter: Olleg <olleg>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: low    
Version: 7.0CC: fweimer
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: 2000-10-09 01:29:57 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 Olleg 2000-10-09 01:23:26 UTC
There is in locale.alias string:
russian         ru_RU.ISO-8859-5
It is not usable in Russia. Need change to:
russian         ru_RU.KOI8-R

Comment 1 Jakub Jelinek 2000-10-09 07:34:10 UTC
ISO-8859-5 is the standard character set for Russia, the fact that KIO8-R
is more widely used does not change anything on it.
You can use LC_ALL=ru_RU.KOI8-R if you want to use KOI8-R, it is just 5
characters more typing (and typically you put it into /etc/sysconfig/i18n
anyway).