Arabic & ASP
What do I need to do in my ASP pages to display Arabic content? Does anything need to be done to the webserver too [iis6]?
View RepliesWhat do I need to do in my ASP pages to display Arabic content? Does anything need to be done to the webserver too [iis6]?
View Repliesi want to know can i use arabic language to name the fields of table on access database and then use this names on ASP code and ....
View Replies View RelatedI'm having problem with arabic text. I entered arabic text correctly in SQL server but when i retrieve and display that text:
Response.write RS("ArabicText")
It show some strange characters like... ãíÔ ÊÔãÓíÈ ÓíÊÈÎÊÕËÊÞÎåÊË
How can i fix it so that text can be displayed in proper arabic way. I'm using ASP3/SQL Server.
How can we order our result alphabeticly in arabic without using Collation ? for eg:
select * from Instructions_ar order by INST_title
my problem is that i want to convert my web pages into Arabic. and for
this I have already install Arabic font in my pc but the problem is that
once i select that specific Arabic font the text is still written in
English . Can u please suggest me some embedded Arabic fonts which are
when selected will write Arabic rather than English.
text into the text box with shift+alt key.
A normal user is unaware of it. ifI upload pages into my remote domain. There how a person who has not installed arabic in his pc is able to enter arabic. now i think my concern will be more clear to u if u need some further assistance then don't hesitate to ask.
I have a very big problem regarding using Arabic Character set .
I'm Developing an Arabic Web Site using Asp and connecting to Access
Database .
but i have a problem retreiving data from database after i uploaded
site to the hosing server ....
All the arabic data retreived from database using Asp appears as
question marks ??????? and only staic arabic written in asp pages
appears well but which retreived from database appears wrong .
I put charset=windows-1256 in all my Asp pages and the hosting site
support told us that they enabled Arabic in there system "Windows" .
I am developing a database driven website wherein I am using MS SQL Server as my backend and I am accessing this database through some forms. My problem is I want these forms to be filled in both in English and in Arabic as well as desired by the user.
But the values that are to be inserted in the database should be english only. That is I want to convert these arabic numbers that the user enters, into their corresponding english numerals and then insert them in the database.
Is this possible in ASP or should it be done on the database side.
I'm working on asp project, access 2000 at backend.I can write arabic text and arabic numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.
If my computer is not arabic enable then it show arabic number into english numbers. how can i show arabic numbers instead of english numbers if my computer is not arabic enable. Please tell me i'm working on a project i have to complete it. How can i convert english numbers that are coming from database and convert that numbers in arabic for show.
I have used:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> ...
How can I convert my web pages into Arabic in such a manner that the
value in the text boxes will be in Arabic rather than English. The thing
I know is just the code for Arabic is "ar-sa" and nothing more. Code:
I am trying to save arabic data from asp and it's not being saved with right encoding. i tried with both code pages 1252 and 1256. each time i am getting different set of characters in db, but not as i am entering in asp page.
when i retrieve arabic data from database and display in web pages it's showing correct text.
i am using following code in asp side: ....
I am to develop a multi-lingual website / content management system. I will use ASP (IIS on swedish or english windows 2000), Access, and for the content editing i will use the built-in editor in IE (in an IFRAME). Primary languages/charsets, apart from the western languages (swedish, english etc) will be russian and arabic.
Does anyone know how (if) this works? What should my main concerns be, will it work and what will the likely problems be?
I've tried to insert arabic text in regular text-fields in existing applications, but when they reach the database the text has been alterd. Though I can paste the same text directly into the database. Why?
I'm working on asp project, access 2000 at backend.I can write arabic text and arabic
numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.
If my computer is not arabic enable then it show arabic number into english numbers.
how can i show arabic numbers instead of english numbers if my computer is not arabic
enable.i'm working on a project i have to complete it.How can i convert english numbers that are coming from database and convert that numbers in arabic for show.
I have use
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
I shall be very thankful to you for this purpose.