encoding

Hi all,
the default encoding in my database is “ISO-8859-1”. At least this entry is displayed in the properties of the database.
But when i insert an instance documnet with <?xml version="1.0" encoding="ISO-8859-1"?>, it will be changed automatic to <?xml version="1.0" encoding="utf-8"?>;
when i insert an instance without <?----?> part, <?xml version="1.0" encoding="utf-8"?> will be added to the document automaticly too.

Regards,

chacha

Hi,

I suppose that you are retrieving the repsonse document via an internet browser. You browser may sent an Accept-Charset header-field with the value “ISO-8859-1” in the http request. Due to this Tamino uses this encoding for its response. As a workaround I would suggest to use curl tool for retrieving the document.

Best Regards,

Thorsten