Hi Adel,

ISO's 8859-6 encoding standard would appear to do what you want.  Xerces-J
can parse XML files written in accordance with this standard, provided you
specify encoding="ISO-8859-6" (or some other alias, like "ARABIC", as
specified by IANA) in the XML prolog.  i.e.,

     <?xml version="1.0" encoding="ISO-8859-6"?>

Hope that helps,
Neil Graham
XML Parser Development
IBM Toronto Lab
Phone:  416-448-3519, T/L 778-3519
E-mail:  [EMAIL PROTECTED]



adel ben <[EMAIL PROTECTED]> on 09/05/2001 07:08:53 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  how to encode arabic?


Hi all,

I would like to write xml files that contain arabic data.
is there any standards to do it?
is there anty parsers that can parse such files?

with regards,
adel





_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/



---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to