Closed Bug 23942 Opened 25 years ago Closed 25 years ago

Title shows garbage text for special chars like "ü" (ü)

Categories

(Core :: XUL, defect, P3)

PowerPC
Mac System 8.6
defect

Tracking

()

VERIFIED DUPLICATE of bug 2426

People

(Reporter: ullmi, Assigned: danm.moz)

Details

Page whose titles contain special characters like "ü" (ü in HTML code) are shown as garbage in the window title bar. The same problem occurs with chars like "ä", "ö" ... (still in the window title bar).
Pretty certain this is a duplicate, cc:ing teruko
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2426 ***
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
I don't believe this is a duplicate of bug 2426. Bug 2426 has to do with titles that use encodings not supported by the window manager. For example, a Cyrillic page title can't be displayed in Windows because the OS doesn't know how to display the characters in a title bar. This bug is more generic; it has to do with characters that the OS *can* display in a title bar (for example, 'süß'). So, I'm reopening it and clearing the resolution. (That doesn't mean it isn't a duplicate of another bug, however!)
Assignee: trudelle → danm
Status: REOPENED → NEW
Target Milestone: M15
assigning to danm as p3 for m15
You need to convert UNICODE to platform specific character set. We have code that does this kind of translation in mailnews\base\utils\nsMsgI18N.cpp
*IGNORE* - more massive spam, changing open XPToolkit bug's QA contact to jrgm@netscape.com
QA Contact: paulmac → jrgm
*IGNORE* - massive spam changing open XPToolkit bug's QA contact to jrgm@netscape.com
Target Milestone: M15 → M16
Long ago, we did some work to get convert Unicode strings to be passed into native Mac menu widgets. See bug 5402. The code for this might be similar to what we need for native Mac window titles. The fix for bug 5402 is here: http://bugzilla.mozilla.org/showattachment.cgi?attach_id=309
*** This bug has been marked as a duplicate of 2426 ***
Status: NEW → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → DUPLICATE
VERIFY duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.