Closed Bug 133 Opened 27 years ago Closed 27 years ago

Navigator draws entities like <&> as ''?''s when KOI-8 encoding is set.

Categories

(Core :: Internationalization, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: boris, Assigned: ftang)

Details

Created by Boris Tobotras (boris@xtalk.msk.su) on Thursday, April 9, 1998 9:41:16 PM PDT Additional Details : To reproduce is easy: point navigator to the HTML document: <HTML><HEAD></HEAD><BODY><P>Can you see this &amp; that?</HTML> Fix seems to be easy as well: --- mozilla-orig/ns/lib/libi18n/ugendata.c Tue Mar 31 06:04:14 1998 +++ mozilla/ns/lib/libi18n/ugendata.c Wed Apr 1 19:04:18 1998 @@ -251,6 +251,14 @@ {CS_DEFAULT,0xFF,0x00}, {CS_DEFAULT,0xFF,0x00} }}, + /*+ [BT] +*/ + { CS_KOI8_R, { + {CS_KOI8_R,0x80,0xFE}, + {CS_ASCII,0x00,0x7E}, + {CS_DEFAULT,0xFF,0x00}, + {CS_DEFAULT,0xFF,0x00} + }}, + /*- [BT] -*/ { CS_CNS_8BIT, { {CS_CNS11643_1,0xA1,0xFE}, {CS_CNS11643_2,0x8E,0x8E}, This was introduced in 4.x and is _*very*_ annoying and disturbing for KOI8 users.
Assignee: nobody → bobj
Component: I18N Library
Assignee: bobj → ftang
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
I18n component in Bugzilla being retired. Moving these bugs to Internationalization component.
QA Contact: 4338
QA Contact: msanz → teruko
Status: RESOLVED → VERIFIED
I verfied this in M7 build.
This code is no longer in use; no test.
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.