Closed
Bug 23942
Opened 25 years ago
Closed 25 years ago
Title shows garbage text for special chars like "ü" (ü)
Categories
(Core :: XUL, defect, P3)
Tracking
()
M16
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).
Comment 1•25 years ago
|
||
Pretty certain this is a duplicate, cc:ing teruko
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
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!)
Updated•25 years ago
|
Assignee: trudelle → danm
Status: REOPENED → NEW
Target Milestone: M15
Comment 4•25 years ago
|
||
assigning to danm as p3 for m15
Comment 5•25 years ago
|
||
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
Comment 6•25 years ago
|
||
*IGNORE* - more massive spam, changing open XPToolkit bug's QA contact to
jrgm@netscape.com
QA Contact: paulmac → jrgm
Comment 7•25 years ago
|
||
*IGNORE* - massive spam changing open XPToolkit bug's QA contact to
jrgm@netscape.com
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
Comment 9•25 years ago
|
||
*** This bug has been marked as a duplicate of 2426 ***
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•