non ascII char probleme

L

loki

hello,

when i do

.....
set xmlhttp = CreateObject("WinHTTP.WinHTTPRequest.5.1")
......
StrXmlhttpResponseText = xmlhttp.responseText
StrXmlhttpResponseText = replace(StrXmlhttpResponseText, "../", "/")
response.write StrXmlhttpResponseText


i have an probleme is the responseText contain non ascii char such as ? or é
!

how can i correct that ?
thank you by advance

stéphane
 
B

Bob Barrows [MVP]

loki said:
hello,

when i do

....
set xmlhttp = CreateObject("WinHTTP.WinHTTPRequest.5.1")
.....
StrXmlhttpResponseText = xmlhttp.responseText
StrXmlhttpResponseText = replace(StrXmlhttpResponseText, "../", "/")
response.write StrXmlhttpResponseText


i have an probleme is the responseText contain non ascii char such as
? or é !

What are the symptoms of this problem?

Bob Barrows
 
L

loki

The char ? is replace by ?

i finally find a solution :

add
<@ codepage=28591 > in the asp source and the problem is resolve :)

kind regards
stéphane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top