kyleskrinak
02-19-2008, 08:41 PM
I have a seven language site. I have zoom working on all, but the chinese site. I'm using Javascript for searching for reasons outside of this question. I'm using GB2312 for encoding, I've set the encoding in zoom indexer accordingly, but I'm getting the following errors:
malformed URI sequence" on getParam ("zoom_query") ret = decodeURIComponent(arg_values[1]);
query has no properties: if (query.length ==0) {
Consequently, the search_template.html page's javascript to render data into the results div fails.
You can check it out here (http://kyle.skrinak.com/draka/cn/search/search_template.html?zoom_query=%B9%D8%D3%DA).
Much thanks,
Kyle
malformed URI sequence" on getParam ("zoom_query") ret = decodeURIComponent(arg_values[1]);
query has no properties: if (query.length ==0) {
Consequently, the search_template.html page's javascript to render data into the results div fails.
You can check it out here (http://kyle.skrinak.com/draka/cn/search/search_template.html?zoom_query=%B9%D8%D3%DA).
Much thanks,
Kyle