Closed
Bug 27654
Opened 26 years ago
Closed 26 years ago
wrong charset being selected when LC_ALL=ru_RU.KOI8-R
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: mik, Assigned: ftang)
References
()
Details
(Whiteboard: easy fix. will go in tonight.)
From Bug Helper:
User-Agent: Mozilla/5.0 [ru-RU.KOI8-R] (Linux; I)
BuildID: 2000012520
when a system has LC_ALL=ru_RU.KOI8-R mozilla assumes mCharset=ISO-8859-1
instead of KOI8-R. This leads to incorrect font in inputboxes.
Reproducible: Always
Steps to Reproduce:
1. set LC_ALL=ru_RU.KOI8-R
2. run mozilla and open composer (or a page with input)
3. try to type anything in russian
Actual Results: fonts with ISO-8859-1 are being selected for input boxes
Expected Results: fonts with KOI8-R to be selected for input boxes
solution -- simply adding locale.all.ru_RU.KOI8-R=KOI8-R
| Reporter | ||
Comment 1•26 years ago
|
||
locale.all.ru_RU.KOI8-R=KOI8-R
should be added to res/unixcharset.properties
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•26 years ago
|
||
fix and check in
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•