Hi there
I'd like to purchase the Zoom Search and I am wondering if V7 is right before release, so I do not buy old software at the first day ?
I tried the demo and I have some problems. I am using ASP on my pages and trying to include CGI inside my ASP page. Works, but for some reason the CGI get's MS1250 encoded although I selected UTF-8 in the config as my pages are UTF-8. Our special chars like čš don't show OK. I have to do:
Response.CodePage = 1250 insetead of Response.CodePage = 65001 that the rest of my page has, but then the rest of the page doesn't have proper characters.
My next question goes to "enable accent/diacritic insensitivety for". That works, but for some reason if I use the č or š or ž inside search phrase the results say: searching for c s or z. I think in the results page if I entered like č in the search form the č must be preserved. Ok, you search for c also, but don't say I searched for "pec" if I entered "peč" inside the form, it looks wierd.
Yours
Jerry
I'd like to purchase the Zoom Search and I am wondering if V7 is right before release, so I do not buy old software at the first day ?
I tried the demo and I have some problems. I am using ASP on my pages and trying to include CGI inside my ASP page. Works, but for some reason the CGI get's MS1250 encoded although I selected UTF-8 in the config as my pages are UTF-8. Our special chars like čš don't show OK. I have to do:
Response.CodePage = 1250 insetead of Response.CodePage = 65001 that the rest of my page has, but then the rest of the page doesn't have proper characters.
My next question goes to "enable accent/diacritic insensitivety for". That works, but for some reason if I use the č or š or ž inside search phrase the results say: searching for c s or z. I think in the results page if I entered like č in the search form the č must be preserved. Ok, you search for c also, but don't say I searched for "pec" if I entered "peč" inside the form, it looks wierd.
Yours
Jerry
Comment