Closed
Bug 226057
Opened 21 years ago
Closed 21 years ago
Google search toolbar interprets Japanese words incorrectly
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 225874
People
(Reporter: klassphere, Assigned: hyatt)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031116 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031116 Firebird/0.7+
You can't use Google search toolbar with Japanese words.
Every Japanese characters are Unicode-escaped and Google gets them
literally without unescaping them.
Reproducible: Always
Steps to Reproduce:
1. Put Google toolbar in one of toolbars
2. Put some Japanese words in the box, then search
Actual Results:
Japanese characters are converted to the form like %u30C6%u30B9%u30C8
(te-su-to, or test in Japanese) and Google produces meaningless results,
searching %u30C6%u30B9%u30C8 without decoding it
Expected Results:
Pass it with ordinary encoding method, such as %E3%83%86%E3%82%B9%E3%83%88
This is regression introduced in this month IIRC.
English Google can interpret Japanese words and can perform search with them,
though Google toolbar in IE can navigate you to Japanese Google while Mozilla
just pass it to English Google.
Comment 1•21 years ago
|
||
The google toolbar is an extension and not a part of the firebird distribution.
Please report bugs to the extension author.
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•21 years ago
|
||
Comment #1:
>The google toolbar is an extension and not a part of the firebird distribution
Isn't it inconsistent with Bug 225874?
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Reporter | ||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 225932 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
Comment 4•21 years ago
|
||
Are you talking of the search bar or of http://googlebar.mozdev.org/screenshots.html
Comment 6•21 years ago
|
||
Duping to the right bug
*** This bug has been marked as a duplicate of 225874 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
QA Contact: bugzilla → toolbars
You need to log in
before you can comment on or make changes to this bug.
Description
•