Google Search Bar doesn't accept Japanese chars

Discussion of features in Mozilla Firefox
Post Reply
User avatar
daihardM3
Posts: 10
Joined: November 12th, 2002, 10:35 pm
Location: Seattle, WA

Google Search Bar doesn't accept Japanese chars

Post by daihardM3 »

The built-in Google search bar doesn't seem to accept Japanese characters as the search criteria. The search box on the Google site (www.google.com) does, however. Will the future release have the Google bar behave the same way as the Google site's search box does? I'd like to be able to use the Google bar to search using Japanese input.

Thanks,
Dai
Daigoro F. Toyama
RLU #281828
RedHat 7.3 (kernel 2.4.18-17)
KDE 3.0.4
User avatar
Orbite
Posts: 3757
Joined: November 4th, 2002, 8:23 pm
Contact:

Post by Orbite »

Maybe it as to do with the fixed HTTP Accept-languages pref?

Where is the documentation about the search toolbar?
User avatar
Orbite
Posts: 3757
Joined: November 4th, 2002, 8:23 pm
Contact:

Post by Orbite »

いいです。I found docs at mozdev.org - mycroft: deepdocs
User avatar
Orbite
Posts: 3757
Joined: November 4th, 2002, 8:23 pm
Contact:

Post by Orbite »

I added one line in the google.src file (searchplugins directory) and it worked

<search
name="Google"
description="Google Search"
method="GET"
action="http://www.google.com/search"
update="http://www.google.com/mozilla/google.src"
updateCheckDays=1
queryCharset="UTF-8"
>
asa
Posts: 684
Joined: November 4th, 2002, 4:16 pm
Location: CA
Contact:

Post by asa »

Orbite wrote:I added one line in the google.src file (searchplugins directory) and it worked

<search
name="Google"
description="Google Search"
method="GET"
action="http://www.google.com/search"
update="http://www.google.com/mozilla/google.src"
updateCheckDays=1
queryCharset="UTF-8"
>


can you file a bug on this please? it looks like an easy enough fix that I can probably make the change if you assign the bug to me.

--Asa
User avatar
Orbite
Posts: 3757
Joined: November 4th, 2002, 8:23 pm
Contact:

Post by Orbite »

asa wrote:can you file a bug on this please? it looks like an easy enough fix that I can probably make the change if you assign the bug to me.


If only I could remember my login for Bugzilla...hum...Nah... I want to remain selfish and lazy :twisted:

(just a joke)

Bugzilla! here I come!!!

Bug 180674
Post Reply