|
|
|
Hi, Lex.
1. Japanes (日本語) is input to the input column. [Result] repro of another way:
1. you can see japanese "あ"(HIRAGANA LETTER A) at unicode.org Suggestions:
also you can see "日","本","語" at unicode.org Search result in Secondlife viewer is below: Version: You are at 219535.0, 303862.0, 301.4 in karuizawa located at sim4837.agni.lindenlab.com (63.210.159.233:13006) to Lex
You should add the following lines to a header and should set a character code to UTF-8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> A retrieval word is "日","本","語". http://secondlife.com/app/search/search_proxy.php?q=%E6%97%A5%E6%9C%AC%E8%AA%9E&s=All It's not Search Engine's problem (ya, there is no reason that google engine doesn't support multilanguages
Seems to repro for me.
By the way, there seems to be a lot of people watching, but nobody voting for this... Voting helps people know to prioritize this higher, so don't forget to do both. To clarify, right now, if I copy and paste "日本語" into Lex's form, it seems to work, but when I do it in the viewer, I get the same problem. Does this mean this should be moved to VWR? (I can move, if that should be done.)
Better description, adding "Search" to components affected.
Patch attached.
search_text needs to URL encoding correctly. Example: With the current source, URL encoding process is embedded in the search process. I think Sign extension is different with the CPU/OS architecture and compiler. to Nock, Celierra
Yes. This is not the issue of a server but an issue of a viewer. and should be changed from SVC to VWR. Replace spaces with "+" for use by Google search appliance. (I just copy it from original source),
and add some comments. I created a VWR version of this issue.
Thank you for your help reproducing the problem and providing patches. I have fixed this for the next 1.18.6 release candidate.
I changed your patch slightly. The LLURI portion of the patch needs to be static_cast<S32>(static_cast<U8>(c)), otherwise some normal escaping does not work correctly. I have changed llpaneldirfind.cpp to use LLURI::escape() and added a unit test for escaping the cedilla in Français. Japanese searches like 日本語 appear to function as well. no repro 1.18.6 (4)
It looks work in Japanese. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
http://www.lexneva.name/sl/search.html
That form submits searches directly to the new search system.