encoding

hi,

We are receiving Xml from rest.
So in IS it comes as Node.
In IS we are converting NodeToDocument and doing some logic.

Is there any way where we can put encoding parameter. The input XML has German characters and it is not been encoded properly.

Please advise.

Thanks,
Monica

Hi Monica,

does the xml received from rest contain a "<?xml version="1.0"?> tag?
If so there should be an ´encoding="UTF-8"´ attribute added to this to tell the processor that these are unicode characters.

Another encoding might be ISO-8895-1 or ISO-8859-15, which cover most european characters (ISO-8895-15 incl. the EURO-Sign €).

Regards,
Holger