Bug 18664 - ru_RU.KOI8-R locale
Summary: ru_RU.KOI8-R locale
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-09 01:23 UTC by Olleg
Modified: 2016-11-24 14:54 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-09 01:29:57 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.