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)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

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
locale.all.ru_RU.KOI8-R=KOI8-R should be added to res/unixcharset.properties
easy fix. will check in today.
Target Milestone: M14
Status: NEW → ASSIGNED
Whiteboard: easy fix. will go in tonight.
fix and check in
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I verified this in 2000030609 Linux build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.