Hi,
Our website has a internal search page that searches all pages in the
site and returns a list of pages containing the words used to search on.
The search is done entirely in vbscript using regular expressions.
However, on the french side of our website...it doesn't recognize any
french characters and nothing gets returned.
I know it has something to do with the charset and codepage but I'm not
exactly sure what it is. I've tried a few different things but nothing
worked.
One of the meta tags is:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
Is this right? Do I need to add anything in vbscript as well?
Thanks
Rob
*** Sent via Developersdex http://www.developersdex.com ***