Closed
Bug 75344
Opened 24 years ago
Closed 24 years ago
In the title bar, accented characters are shown without accents/displayed incorrectly in Big5 environment
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: seak.teng-fong, Assigned: dr)
Details
(Keywords: intl)
Attachments
(1 file)
325 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010323
BuildID: 2001032319
I'm using Win2k in Big 5, ie Traditional Chinese, environment. Webpage title
which is in another language, eg French, doesn't get displayed correctly.
Reproducible: Always
Steps to Reproduce:
1.I make an HTML file whose title is supposed to be "Un titre écrit en français"
2.In the code, I put
<title>Un titre écrit en français</title>
3.This time, I put
<title>Un titre écrit en français</title>
Actual Results: For 2, the actual title is "Un titre ecrit en francais", ie
accents are removed.
For 3, it's even worse. The actual title is "Un titre ?crit en fran?ais"
Expected Results: "Un titre écrit en français", of course.
Maybe you need to convert any title string from any language/charset to Unicode
before passing it Windows?
How about that in Unix/Linux?
Comment 1•24 years ago
|
||
Changing QA contact to ylong@netscape.com. Yuying, can you look into this and
confirm it?
QA Contact: andreasb → ylong
Comment 2•24 years ago
|
||
I checked it on 04-06 trunk on Win2k-Simp. Chinese, in both 2 and 3 case the
title show: "Un titre écrit en fran?ais"
(WinMe-Ja): "Un titre ecrit en francais"
and Page source title is: "Un titre écrit en français" in conposer
and "Un titre écrit en français" when browser the page.
I'll confirm this one. There is another bug 61676 very similar though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
ylong, could you attach the test files?
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
I think we have a limitation of showing window title string. There may already
be bugs filed for this.
Reassign to trudelle@netscape.com.
Assignee: nhotta → trudelle
Keywords: intl
this is a dup of bug 9449. the bug i have (bug 74753) may or may not also be a
dup, but the symptoms are slightly different.
*** This bug has been marked as a duplicate of 9449 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•24 years ago
|
||
Please note that I sent the bug for Win2k platform. In fact, I've tested my own
example in IE in Win98SE Chinese version too, and it's clear that Win98SE can
only display string in its own locale. For my example, only "Un titre ecrit en
francais" is displayed. So, please don't consider the problem as resolvable in
platform other than Win2k. I've found the following webpage in Microsoft
website dealing programming i18n for Win2k. I'm sure you'll find the solution
(and probably solutions to other problems):
http://www.microsoft.com/globaldev/
Reporter | ||
Comment 9•24 years ago
|
||
I have an idea. It seems that you're making your own widgets for buttons,
scrollbars, etc (what's the name of this toolkit, by the way?). Why don't you go
a step further to create your own title bar (or even get rid of window border)?
That would be something like what winamp (or X11amp or equivalent under X) is
doing right now. Well, I won't suggest you to go even further to make
non-rectangular window border!
In this way, you could get around the totally the problem of i18n in Win9x platform.
You need to log in
before you can comment on or make changes to this bug.
Description
•