Closed
Bug 82135
Opened 24 years ago
Closed 24 years ago
Linux Embedding Korean title in titlebar become dots (....) in galeon, nautilus, ...
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: eungkyu, Assigned: blizzard)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4-686 i686; en-US; rv:0.9;
Debian/GNU) Gecko/20010512
BuildID:
in galeon, nautilus, ... (embedding mozilla)
Korean title in titlebar bocome dots (....)
(in EUC-KR eucoding)
Reproducible: Always
Steps to Reproduce:
1.goto http://kldp.org/ in galone, nautilus, ...
2.set encoding to EUC-KR
3.see the titlebar
Actual Results: Korean become dots (....)
Expected Results: Korean must be shown correctly
In original mozilla (not embedding), all is good
Comment 1•24 years ago
|
||
It becomes question marks in Windows. IE6 renders it correctly. (WinXP 20010522)
Mozilla doesn't set the title bar correctly either. Reassigning
Assignee: adamlock → nhotta
Status: UNCONFIRMED → NEW
Component: Embedding APIs → Internationalization
Ever confirmed: true
QA Contact: mdunn → andreasb
To clarify my last remark, I installed the Korean language pack and loaded the
page. The window title is "KLDP: ??? ???? ????". It shows correctly in IE.
Comment 5•24 years ago
|
||
I think there is a bug for Windows assigned to xptoolkit.
Probably the same issue.
Adding IQA to cc, how about Japanese? Does it require localized system to show
Japanese window title?
| Reporter | ||
Comment 6•24 years ago
|
||
I think my bug is not original mozilla's problem.
(In linux) only programs using embadded mozilla have problem.
I think this is embad api or gtk embadding problem.
(maybe xp toolkit assigned to windows also has another problem.)
I'll show two screen shots (mozilla and galeon)
| Reporter | ||
Comment 7•24 years ago
|
||
| Reporter | ||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Sorry, I misunderstood. Is this embedding only? Could you explain about
"galeon", "nautilus"?
| Reporter | ||
Comment 10•24 years ago
|
||
Galeon is GNOME browser using gecko engine (from mozilla).
It uses libgtkembedmoz.so and libgtksuperwin.so from mozilla.
http://galeon.sourceforge.net/
Nautilus is GNOME file manager which can view webpage with mozilla component,
nautilus-mozilla-content-view program.
It also uses libgtkembedmoz.so and libgtksuperwin.so from mozilla.
http://nautilus.eazel.com/
I think there are i18n error in libgtkembedmoz.so.
One time, there are patch of this problem from ChiDeok Hwang <hwang@mizi.co.kr>
http://mail.mizi.com/pipermail/devel/2000-November/012813.html
but, this patch does not work on recent mozilla.
Comment 12•24 years ago
|
||
It looks like the new file is in embedding/browser/gtk/src/gtkmozembed2.cpp
and the author is blizzard
blizzard plesae do not use ToNewCString. Please take a look at the patch for the
old code to learn how to do intl stuff correctly. Thanks.
Assignee: bstell → blizzard
Summary: Korean title in titlebar become dots (....) in galeon, nautilus, ... → Linux Embedding Korean title in titlebar become dots (....) in galeon, nautilus, ...
| Assignee | ||
Comment 13•24 years ago
|
||
Please use gtk_moz_embed_get_title_unichar() to get the PRUnichar version of the
title.
*** This bug has been marked as a duplicate of 79041 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•