[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Some information about Chinese highlight in Google search pages.



Hi.

In Date < 2 Jun 2008 17:27:40 > I have send a message "Emacs-W3m bug about highlight ."
It says a bug of Chinese keyword wasn't highlight in www.google.cn search pages.

I haven't found solution, but i find some clues about this bug:
I have write a function to search in EmacsWiki use Google Customize search.

(defun w3m-search-emacs-wiki (what)
  "Search from EmacsWiki's Google Custom Search."
  (interactive "sEmacs Wiki Search: ")
  (w3m-goto-url-new-session (concat "http://www.google.com/cse?cx=004774160799092323420:6-ff2s0o6yi&q=";
				    (w3m-url-encode-string what))))

If you use it search keyword "强大 emacs", you will find Chinese and English keyword is highlight
correctly in search page.

So i think this perhaps is a clue to solve keyword highlight in www.google.cn search pages.

Thank you very much! ^_^