Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

XML Encoding

Hello guys,

 

I need an XML Output with "ISO-8859-1" but in XML Drop-down (under "Advanced Settings) there is only UTF-8, ISO-8859-15 and custom.

 

I use the tFileXML.

 

Thanks for your participation.

 

Regards,

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Choose 'custom' option ,a encoding text box will appear.
There you can mention "ISO-8859-1" .

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Choose 'custom' option ,a encoding text box will appear.
There you can mention "ISO-8859-1" .
Anonymous
Not applicable
Author

Thanks for your advice. I've tried it out.

 

But the Layout of the new XML do not differ from the old.

 

In other words:

 

the XML Output in "ISO-8859-1" and the XML Output in "ISO-8859-15" look the same. Is this right?

 

Thanks!

Anonymous
Not applicable
Author

Right, It will only differ for some of the special characters.
http://www.i18nqa.com/debug/table-iso8859-1-vs-iso8859-15.html
Anonymous
Not applicable
Author

ok thanks for your explanation and link