Mikko Harjula wrote:
I have csp pages and noticed that my own search page. You can give it an initial string to make a "field like 'Arg%'" type search. It works ok if I give it an ascii string to start with but if I give it iso-8859-1 character (f.ex '�') I get
CSP error occurred
Error: Unable to convert character set 'utf-8'. ErrorNo: 5961 CSP Page: /csp/stwork/search.csp Namespace: STWORK Class: csp.search
My cache is "Cache for UNIX (Linux Intel/32-bit) 5.0.7 (Build 5000U) Wed Mar 17 2004 19:43:25 EST"
Does this have something to do with cache being 8-bit and the created csp pages utf-8? Can I force everything to be iso-8859-1? I tried setting:
Set %response.CharSet = "iso-8859-1"
in the OnPreHTTP() of the parent class of csp pages but that didn't help.
