473,834 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

when i try to insert or update text in arabic it appears "????"

Dear all
I am using ASP.NET 2003 and SQL SERVER 2000
I am building a website in English and Arabic.
I am having a problem with Arabic characters, when I am trying to insert
Arabic text it appears "????????"

I have adjusted the page charset to "Arabic (Windows)" and Codepage to"1256"
And in WEB.CONFIG to
<globalizatio n requestEncoding ="windows-1256" responseEncodin g="windows-1256"
/>

And still have the same prob.

Please advice
Nov 19 '05 #1
2 5008
Have you set the culture and UIculture to "ar-EG",
or "ar-SA", for example ?

Also, have you set the direction in the <body> tag

<body dir="rtl">

or in the <html> tag : <html dir="rtl">

?

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============== ===========

"mansour via DotNetMonster.c om" <fo***@DotNetMo nster.com> wrote in message
news:54******** ***@DotNetMonst er.com...
Dear all
I am using ASP.NET 2003 and SQL SERVER 2000
I am building a website in English and Arabic.
I am having a problem with Arabic characters, when I am trying to insert
Arabic text it appears "????????"

I have adjusted the page charset to "Arabic (Windows)" and Codepage to "1256"
And in WEB.CONFIG to
<globalizatio n requestEncoding ="windows-1256" responseEncodin g="windows-1256"
/>

And still have the same prob.

Please advice

Nov 19 '05 #2

you have to save any arabic page with "unicode 1200"

best regards

Juan T. Llibre wrote:
Have you set the culture and UIculture to "ar-EG",
or "ar-SA", for example ?

Also, have you set the direction in the <body> tag

<body dir="rtl">

or in the <html> tag : <html dir="rtl">

?

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============== ===========

"mansour via DotNetMonster.c om" <fo***@DotNetMo nster.com> wrote in message
news:54******** ***@DotNetMonst er.com...
Dear all
I am using ASP.NET 2003 and SQL SERVER 2000
I am building a website in English and Arabic.
I am having a problem with Arabic characters, when I am trying to insert
Arabic text it appears "????????"

I have adjusted the page charset to "Arabic (Windows)" and Codepage to "1256"
And in WEB.CONFIG to
<globalizatio n requestEncoding ="windows-1256" responseEncodin g="windows-1256"
/>

And still have the same prob.

Please advice


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4013
by: NohaKhalifa | last post by:
Dear All , 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...
3
3874
by: suhaddad | last post by:
I have an XML schema that I want to modify. I need to change the text from English to Arabic, but I can't seem to be able to do so. <LearningResourceData Type="Session - Tutorial and Workouts"> I want to display the Type attribute in Arabic characters. How can I do that using Unicode or whatever else works? HELP! I am new to XML.
0
1759
by: Support | last post by:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11">
5
3582
by: Barbara Lindsey | last post by:
Thank you for your help on the trigger question. The RULE worked for most of the cases I had for this, but I have one that is giving me trouble. Here are my table definitions: CREATE SEQUENCE "stat_id_seq" cache 1; CREATE TABLE "ref_status" ( "status_id" integer DEFAULT nextval('stat_id_seq') PRIMARY KEY, "short_name" varchar(5), "description" varchar(25), "modified" timestamp with time zone DEFAULT current_timestamp,
6
3123
by: Michelle Stone | last post by:
Hi I am doing a bilingual .NET application for English/Arabic. On a web form, I have some edit boxes for data entry in Arabic and some for entry in English. Right now the user has to change his keyboard language by pressing ALT+SHIFT (or by changing the language manually elsewhere) each time he wants to shift from one language to another.
2
2547
by: Fahad | last post by:
I have a web forms that I insert data in database using arabic and Farsi language. The problem is when I insert a record, A record is added but I get blank fields in the columns. When I insert a record using English language, everything is okay. It is a language problem. Is there anyway I can set the language of ASP .Net so that It knows that I am using another language rather then English?
20
18394
by: Mark Harrison | last post by:
So I have some data that I want to put into a table. If the row already exists (as defined by the primary key), I would like to update the row. Otherwise, I would like to insert the row. I've been doing something like delete from foo where name = 'xx'; insert into foo values('xx',1,2,...);
1
3966
by: Khan | last post by:
Hi all, I have a textbox 'remarks' in jsp which has some arabic text. while pressing the submit button the arabic text is storing in java string variable. String rem = request.getParameter("remarks"). but the problem is that, arabic text is saving in java string variable as strange chars and boxes. because in java message the arabic text is
9
3705
by: anachronic_individual | last post by:
Hi all, Is there a standard library function to insert an array of characters at a particular point in a text stream without overwriting the existing content, such that the following data in appropriately moved further down? From a cursory search of the libc documentation I can't find such a function. Will I have to write it myself? Thanks.
0
9797
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10793
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10547
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10219
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6954
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5626
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5793
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3977
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.