Closed Bug 75344 Opened 23 years ago Closed 23 years ago

In the title bar, accented characters are shown without accents/displayed incorrectly in Big5 environment

Categories

(Core :: Internationalization, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 9449

People

(Reporter: seak.teng-fong, Assigned: dr)

Details

(Keywords: intl)

Attachments

(1 file)

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 &eacute;crit en fran&ccedil;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?
Changing QA contact to ylong@netscape.com. Yuying, can you look into this and
confirm it?
QA Contact: andreasb → ylong
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 &eacute;crit en fran&ccedil;ais" when browser the page.

I'll confirm this one.  There is another bug 61676 very similar though.
  
Status: UNCONFIRMED → NEW
Ever confirmed: true
ylong, could you attach the test files?
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
I think dr has a bug on this. ->dr
Assignee: trudelle → dr
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: 23 years ago
Resolution: --- → DUPLICATE
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/
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.
Verified as dup.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: