| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| barakho1 -
 
 
 Joined: 13 Mar 2006
 Posts: 3
 
 
 | 
			
				|  Posted: Mon Mar 13, 2006 6:04 pm    Post subject: Problem with writing in hebrew. |   |  
				| 
 |  
				| I have a problem when I write text in hebrew in asp pages it shows question marks insted of the text. I tried this test document on the abyss web server
 
  	  | Code: |  	  | <%@LANGUAGE="VBSCRIPT" CODEPAGE="1255"%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
 <title>Untitled Document</title>
 
 <style type="text/css">
 <!--
 .style1 {font-family: Arial}
 -->
 </style>
 </head>
 
 <body dir="rtl" lang="he">
 <div align="right" class="style1"><span class="">ניסיון </span></div>
 </body>
 </html>
 
 | 
 
 and it did that problem, while on the free server www.1asphost.com it didn't.
 
 Please Help me!
 
 Barak
 |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| Anonymoose -
 
 
 Joined: 09 Sep 2003
 Posts: 2192
 
 
 | 
			
				|  Posted: Mon Mar 13, 2006 9:35 pm    Post subject: |   |  
				| 
 |  
				| Do you mean ASP using ActiveHTML? 
 If so, it has nothing to do with Abyss - this is down to how ActiveHTML is processing your ASP page.  All Abyss does is return what ActiveHTML passes back.
 
 You need to contact Selisoft to resolve your problem.
 _________________
 
 "Invent an idiot proof webserver and they'll invent a better idiot..."
 |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| barakho1 -
 
 
 Joined: 13 Mar 2006
 Posts: 3
 
 
 | 
			
				|  Posted: Mon Mar 13, 2006 10:19 pm    Post subject: |   |  
				| 
 |  
				| Yes I mean with ActiveHTML. Is there any other way to run asp on Abyss? |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| AbyssUnderground -
 
 
 Joined: 31 Dec 2004
 Posts: 3855
 
 
 | 
			
				|  Posted: Mon Mar 13, 2006 11:02 pm    Post subject: |   |  
				| 
 |  
				|  	  | barakho1 wrote: |  	  | Yes I mean with ActiveHTML. Is there any other way to run asp on Abyss? | 
 
 
 The new 2.3BETA supports ASP but you need the .NET framework. Browse the BETA forum section for more info.
 _________________
 Andy (AbyssUnderground) (previously The Inquisitor)
 www.abyssunderground.co.uk
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| barakho1 -
 
 
 Joined: 13 Mar 2006
 Posts: 3
 
 
 | 
			
				|  Posted: Tue Mar 14, 2006 8:47 am    Post subject: |   |  
				| 
 |  
				| Can I run regular asp on an asp.net server? |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Tue Mar 14, 2006 11:07 am    Post subject: Re: Problem with writing in hebrew. |   |  
				| 
 |  
				| barakho1, 
 As said above, your page is interpreted by ActiveHTML so the problem is not related to Abyss Web Server.
 
 In the past (probably 6 months ago), a user contacted us and reported a similar problem. He then submitted a support request to SeliSoft and said that they helped him have Hebrew contents in ASP pages displayed and processed correctly. So we suggest contacting them and asking for help.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| Sparkyologist -
 
 
 Joined: 25 Jan 2004
 Posts: 5
 
 
 | 
			
				|  Posted: Sat Sep 09, 2006 7:34 pm    Post subject: |   |  
				| 
 |  
				| <%@ CodePage=1252 Language=VBScript %> <%
 Response.CodePage = 1252
 Response.CharSet = "utf-8"
 %>
 |  | 
	
		| Back to top |         | 
	
		|  | 
	
		|  |