Phoenix를 사용하시면 오른쪽 위의 Google Search Tab을 보실 수 있습니다.
한글로 검색시 ??? 등과 같이 잘못된 검색결과가 출력 되더군요.
google로 검색 쿼리를 날릴 때 언어 Type이 지정되어 있지 않아서 입니다.
./phoenix/searchplugins/google.src를 아래와 같이 수정하여 주시면 됩니
다.
또한 .src파일과 phoenix의 개인 설정파일을 조금만 수정하시면 타 검색엔
진 이용도 가능합니다.
<search
name="Google"
description="Google Search"
method="GET"
action="http://www.google.com/search"
update="http://www.google.com/mozilla/google.src"
updateCheckDays=1
queryEncoding="utf-8"
queryCharset="utf-8"
>
<input name="q" user>
<input name="sourceid" value="mozilla-search">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">
<input name="ie" value="utf-8">
<input name="oe" value="utf-8">
<interpret
browserResultType="result"
charset = "UTF-8"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
</search>
--
Last train to London