|
| Hi. I have an English server indexing Spanish HTML files (with custom
properties) and have a problem.
I'm making queries using ixsso.Query object and works fine, but my RecordSet
does not include special characters. For example, i have an HTML file with
this property and value: <meta name="Autor" CONTENT="Raúl Méndez"> , and my
RecordSet gives me this result for that property: "Raul Mendez" (no special
characters).
What should i do to read these special chars in my RecordSet?
Thanks in advance.
Ray
P.S.: As additional information, i'm using these tags in my HTML files:
<META NAME="MS.LOCATE" CONTENT="ES">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
And not using this command with my query:
objQuery.LocaleID=objUtil.ISOToLocateID("ES")
|
|