Print Page | Close Window

Microsoft.XMLHTTP and Turkish Character Problem

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=22872
Printed Date: 29 March 2026 at 12:01pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Microsoft.XMLHTTP and Turkish Character Problem
Posted By: hamsicik
Subject: Microsoft.XMLHTTP and Turkish Character Problem
Date Posted: 10 March 2007 at 2:04pm
Dear Friends,
 
My codes gets the page but turkish characters are seen as "?". I tried string functions, page encodings etc but nothing has changed... If you try this you will see "?"s. What should I add this code to see the turkish pages correctly.
 
Thanks in advance...
 
 
 
 
<%
  dim objXMLHTTP
  URL = " http:/// - http://www.hurriyet.com.tr "
  Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")
  objXMLHTTP.Open "GET", URL, false
  objXMLHTTP.Send
  Response.Write "<hr>"
  Response.Write "<h4>Anonymous Surfing To "&URL&"</h4>"
  Response.Write "<frame>"
  Response.Write objXMLHTTP.responseText
  Response.Write "</frame>"
  Set objXMLHTTP = Nothing
%>



Replies:
Posted By: Sesiyada1903
Date Posted: 09 May 2007 at 2:55pm
usta selam system code page yi 1254 olarak dene


Posted By: hamsicik
Date Posted: 09 May 2007 at 5:48pm

Thanks Sesiyada1903,

It didn't run to write <%@ Language=VBScript Codepage="1254"%> at the top of the code. Still same problem...



Posted By: Sesiyada1903
Date Posted: 10 May 2007 at 4:02pm
not at all :D
ne demek



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net