Problem with writing in hebrew.

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
barakho1
-


Joined: 13 Mar 2006
Posts: 3

PostPosted: Mon Mar 13, 2006 6:04 pm    Post subject: Problem with writing in hebrew. Reply with quote

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 View user's profile Send private message
Anonymoose
-


Joined: 09 Sep 2003
Posts: 2192

PostPosted: Mon Mar 13, 2006 9:35 pm    Post subject: Reply with quote

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 View user's profile Send private message
barakho1
-


Joined: 13 Mar 2006
Posts: 3

PostPosted: Mon Mar 13, 2006 10:19 pm    Post subject: Reply with quote

Yes I mean with ActiveHTML. Is there any other way to run asp on Abyss?
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Mar 13, 2006 11:02 pm    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
barakho1
-


Joined: 13 Mar 2006
Posts: 3

PostPosted: Tue Mar 14, 2006 8:47 am    Post subject: Reply with quote

Can I run regular asp on an asp.net server?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Mar 14, 2006 11:07 am    Post subject: Re: Problem with writing in hebrew. Reply with quote

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 View user's profile Send private message Send e-mail
Sparkyologist
-


Joined: 25 Jan 2004
Posts: 5

PostPosted: Sat Sep 09, 2006 7:34 pm    Post subject: Reply with quote

<%@ CodePage=1252 Language=VBScript %>
<%
Response.CodePage = 1252
Response.CharSet = "utf-8"
%>
Back to top View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group