NEED HELP QUICK!
We are walking our site on a modified version of the demo dowalk script. All page indexing is done on content that first runs through a special "accent stripping" proc we wrote. We want to save the original HTML for the title and a "description" meta-tag in seperate fields for display purposes. This allows us to do accent-stripped searches, but allows us to display the title and description with the original accents intact.
The dowalk logic keeps the raw HTML from the "description" meta tag, but "urlinfo title" does URL escaping. This is causing problems which I will assume have to do with the difference between the codepages used by the server doing the indexing, and the PC displaying the results.
In fact, in our multi-lingual environment (Swiss - imagine the character sets we have to support between English, French, German and Italian) HTML auto-unescaping has caused all kinds of grief. Can we:
1) turn it OFF all the time?
2) turn it OFF for just urlinfo, urltext, etc?
I know everone needs an answer ASAP, but... well QUICK help may put you on my xmas gift list... like, I could post my accent-stripping proc to anyone who needs it...
Carlo
We are walking our site on a modified version of the demo dowalk script. All page indexing is done on content that first runs through a special "accent stripping" proc we wrote. We want to save the original HTML for the title and a "description" meta-tag in seperate fields for display purposes. This allows us to do accent-stripped searches, but allows us to display the title and description with the original accents intact.
The dowalk logic keeps the raw HTML from the "description" meta tag, but "urlinfo title" does URL escaping. This is causing problems which I will assume have to do with the difference between the codepages used by the server doing the indexing, and the PC displaying the results.
In fact, in our multi-lingual environment (Swiss - imagine the character sets we have to support between English, French, German and Italian) HTML auto-unescaping has caused all kinds of grief. Can we:
1) turn it OFF all the time?
2) turn it OFF for just urlinfo, urltext, etc?
I know everone needs an answer ASAP, but... well QUICK help may put you on my xmas gift list... like, I could post my accent-stripping proc to anyone who needs it...
Carlo