Closed
Bug 1288
Opened 26 years ago
Closed 26 years ago
Unicode Conversion- NGLayout doesn't support windows-1252 charset
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: rh, Assigned: cata)
References
()
Details
does NGLayout only display ascii characters? In the above document the quotes
and apostrophes are comming out as the wrong character (square box). The charset
that I am using is windows-1252. This problem does not happen in previous
versions or in IE.
Updated•26 years ago
|
Summary: quotes + apostrophes comming out as wrong character → NGLayout doesn't support windows-1252 charset
Comment 1•26 years ago
|
||
Changing summary to reflect problem. To find the character in question, search
the source for the word "Infoworld" and you'll see a special type of quote
character used near that word.
Do we support any other charsets yet? I think is part of the larger i18n issue.
I've put in some temporary code in the html parser to convert 8 bit ascii into
ucs2 assuming that the character set is the windows character set.
I'm reassigning this bug to catalin so that he has a bug to fix when he gets his
character set converters working :-)
Comment 3•26 years ago
|
||
we should change our ISO-8859-1 To Unicode converter to implement "cp1252" to
Unicode converter instead. It should be done easily by using the table driven
converter.
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Summary: NGLayout doesn't support windows-1252 charset → Unicode Conversion- NGLayout doesn't support windows-1252 charset
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in April 13th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•