Closed
Bug 170129
Opened 23 years ago
Closed 23 years ago
International Search Sidebar results don't display in correct character coding
Categories
(SeaMonkey :: Search, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 145375
People
(Reporter: lijin, Assigned: samir_bugzilla)
Details
(Keywords: intl)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
when search in the sidebar with an Simplified-Chinese engine (google for
chinese) the search results are not displayed correctly. And there is no use to
change the charset.
Reproducible: Always
Steps to Reproduce:
1.open the search sidebar
2.choose a simplified-chinese search engine or make one for yourself
3.search and see
Actual Results:
The search results are not displayed correctly. They are not in Chinese as expected
Expected Results:
Display the search results correctly and let the user to choose which charset to
use.
i guess that the search source file should have something to do with this but i
tried so hard and there is no difference. now i think that mozilla don't support
two bite characters very well. as you can see when you type something in chinese
her could be something wrong(especially when type in the address bar).
Reassigning to Search, and adding intl.
lijin@mac.com, I see you reported this using Netscape 7. Are you also able to
reproduce this using a build from Mozilla.org?
Assignee: asa → sgehani
Component: Browser-General → Search
Keywords: intl
QA Contact: asa → claudius
Summary: search sidebar charset wrong → International Search Sidebar results don't display in correct character coding
i can reproduce this using mozilla 1.1.
Below is the source file i made, hope it the bug is in the source file and if
anyone know what is wrong please let me know. Many thanks.
<search
name="GoogleÖÐÎÄ"
description="GoogleÖÐÎÄËÑË÷"
method="GET"
action="http://www.google.com/search"
queryEncoding="2352"
sourceTextEncoding="25"
>
<input name="q" user>
<input name="hl" value="zh-CN">
<input name="inlang" value="zh-CN"
<input name="ie" value="GB2312">
<input name="btnG" value="Google%CB%D1%CB%F7&lr=">
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="20">
<inputprev name="start" factor="20">
<interpret
browserResultType="result"
resultEncoding="2352"
resultTranslationEncoding="25"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>
Seems to WorkForMe using Mac/2002091908/9.2.2. The SideBar results are displayed in
Chinese characters automatically.
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 145375 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•