Closed Bug 564 Opened 27 years ago Closed 26 years ago

ISO-8859-1 should be converted as CP 1252

Categories

(Core :: Internationalization, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: paulmac, Assigned: cata)

References

()

Details

(Whiteboard: have fix in local build, wait for bug meeting to approve check in.)

There are several blank lines where there should be text in the article at http://www.microsoft.com/presspass/features/7-23realnet.htm
Rick, I think this is a parser problem.
The content model has the text in place; it's not a parser problem but must be a layout problem instead...
The missing text contains octal 222 characters which trigger our text code going into the "it's unicode" path which is not yet implemented.
Assignee: kipp → kostello
Component: Unknown → Rendering
The problem with the text code not rendering unicode data has been fixed. Now the problem is that the rendering system (gfx) doesn't know how to handle unicode rendering properly (it needs to support the font set abstractions from navigator so that different ranges of characters can select into different fonts since most fonts don't support the entire unicode character set). That's why I'm reassigning the bug to greg since he's now been tagged as libfont boy :-)
Assignee: kostello → kipp
Assignee: kipp → kostello
Trying to reassign *again*
Status: NEW → ASSIGNED
Assignee: kostello → troy
Status: ASSIGNED → NEW
Troy -- I'm not sure who on your team is handling this now -- could you please reassign to the appropriate person. Thanks.
Assignee: troy → rickg
Who handled libfont?
Assignee: rickg → michaelp
Sparky: I'm giving this *hot potato* to you, since it involves complex fonts. Keep this as a placeholder until the i18n guys fix the font stuff.
Setting all current Open/Normal to M4.
Assignee: michaelp → bobj
Component: Compositor → Internationalization
changing the component to i18n since this deals with unicode related font issues. Also, I sent a side note to i18n QA asking who should be qa assigned. Changing assigned to - to bobj
QA Contact: 3851
1. update the URL to the right one 2. reassign to erik
Status: NEW → ASSIGNED
Summary: Missing lines of text → Window GFX Unicode Text Drawing- Missing lines of text
Assignee: erik → ftang
Status: ASSIGNED → NEW
Octal 222 is decimal 146, hex 92, name RIGHT SINGLE QUOTATION MARK. This code is part of CP 1252 (windows-1252). The Windows GFX font engine can display this character, so it must be the parser or scanner that is not properly converting from CP 1252 to Unicode. Re-assigning to ftang. Frank, are you working on this part?
Assignee: ftang → cata
Summary: Window GFX Unicode Text Drawing- Missing lines of text → ISO-8859-1 should be converted as CP 1252
Target Milestone: M4 → M5
Change the summary to "ISO-8859-1 should be converted as CP 1252" from "Missing line of text" Cata, we should use cp1252.uf and cp1252.ut to deal with ISO-8859-1 charset. Mark it as M5.
Target Milestone: M5 → M4
*** Bug 4551 has been marked as a duplicate of this bug. ***
change back to M4
Status: NEW → ASSIGNED
Whiteboard: have fix in local build, wait for bug meeting to approve check in.
fixed and check in
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Teruko, this looks fixed to me... I'll leave it to you to verify it though.
Status: RESOLVED → VERIFIED
I verified this in 4-26-8 Win32 build.
You need to log in before you can comment on or make changes to this bug.