cancel
Showing results for 
Search instead for 
Did you mean: 

xml

Former Member
0 Kudos

hi...guys,

1)what is utf? which type of utf u have used ?

2)what is the relation b/n utf & xml

thank u

singu.

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Prasad,

UTF - Unicode Text Format, it's the encoding format for the content inside the XML File.

To know more about it refer http://www.w3schools.com/xml/xml_encoding.asp

Best regards,

raj.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prasad,

>> 1)what is utf? which type of utf u have used ?

http://unicode.org/faq/utf_bom.html#2

http://www.utf-8.com/

>> 2)what is the relation b/n utf & xml

http://www.unicode.org/unicode/reports/tr20/

<a href="http://www-128.ibm.com/developerworks/xml/library/x-utf8/">UTF and XML and its relevancy</a>

Regards,

Subhasha Ranjan

Former Member
0 Kudos

UTF is a form of encoding which exist in XML message,you can use UTF-8, ISO-8859-1 etc in encoding.

thanx

ahmad

udo_martens
Active Contributor
0 Kudos

Hi Singu,

in the prolog of a XML message you put the code page. XI uses internal UTF-8.

So each XI-XML msg starts with


<?xml version="1.0" encoding="UTF-8"?>

Regards,

Udo