Bug 186819 Query charset searching on dmoz.org does not match with which dmoz.org expects

patch by bugzilla@philringnalda.com r=timeless sr=dmose


git-svn-id: svn://10.0.0.236/trunk@183248 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-10-30 03:07:38 +00:00
parent 0ceccd3a56
commit 7ecc4344bc

View File

@@ -3,26 +3,28 @@
# Creation: April 24, 2000 by Robert John Churchill <rjc@netscape.com>
<SEARCH
name="dmoz.org"
description = "dmoz.org"
method="GET"
action="http://search.dmoz.org/cgi-bin/search"
name="dmoz.org"
description = "dmoz.org"
method="GET"
action="http://search.dmoz.org/cgi-bin/search"
queryCharset="utf-8"
>
<INPUT NAME="search" user>
<INTERPRET
browserResultType = "category"
resultListStart = "<b>Open Directory Categories</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
browserResultType = "category"
resultListStart = "<b>Open Directory Categories</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
>
<INTERPRET
browserResultType = "result"
resultListStart = "<b>Open Directory Sites</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
browserResultType = "result"
resultListStart = "<b>Open Directory Sites</b>"
resultListEnd = "</ol>"
resultItemStart = "<li>"
charset="utf-8"
>
</SEARCH>