Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

non ascII char probleme
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



Report this thread to moderator Post Follow-up to this message
Old Post
loki
03-30-05 08:56 AM


Re: non ascII char probleme
loki wrote:
> 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
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Report this thread to moderator Post Follow-up to this message
Old Post
Bob Barrows [MVP]
03-30-05 01:55 PM


Re: non ascII char probleme
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


"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:uqKkyHSNFHA.3788@tk2msftngp13.phx.gbl...
> loki wrote: 
>
> What are the symptoms of this problem?
>
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>



Report this thread to moderator Post Follow-up to this message
Old Post
loki
03-30-05 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:56 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.