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)
Core
Internationalization
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 &
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.
Updated•27 years ago
|
Assignee: nobody → bobj
Component: I18N Library
I18n component in Bugzilla being retired. Moving these bugs to
Internationalization component.
Updated•26 years ago
|
QA Contact: 4338
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
I verfied this in M7 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•