Select to view content in your preferred language

Storing UTF-8 chars in XML Workspace Document

432
0
06-21-2012 06:01 AM
Almuatasim_Ahmed_SaidAl-Hinai
Deactivated User
Hi All,

Is there a way to store UTF-8 texts (e.g. Arabic texts) in XML Workspace Document so it can be imported correctly to a Feature Class? I am storing Arabic attributes for some fields in XML document but it giving me an error that these chars are illegal when trying to import to a feature class. This is an example for a attributes containig Arabic text in my xml document:

.....................................
...............
<Value xsi:type='xs:string'> 2 </Value>
<Value xsi:type='xs:string'> 8 </Value>
<Value xsi:type='xs:string'> Ù?اÙ?Ù?جد </Value>
<Value xsi:type='xs:string'> 50% </Value>
<Value xsi:type='xs:string'> 3 </Value>
<Value xsi:type='xs:string'> 2 </Value>
<Value xsi:type='xs:string'> 2 </Value>
  <Value xsi:type='xs:string'> داخÙ? ØدÙ?د اÙ?Ù?طعة </Value>
<Value xsi:type='xs:string'> اÙ?باÙ?Ù?عة خارج اÙ?ØدÙ?د </Value>
......................................
......................................




Thanks a lot
0 Kudos
0 Replies