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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

UTF-16 Encoding issue in XML

Hi,
We have some text below as follows:
Watched Patient Video NL - Test double byte characters ??? 
in a mongo db collection
When we try to retrieve those values and form xml, Those
characters are changing to "Watched Patient Video NL - Test
double byte characters ???"  in UTF-8 or ISO-8859-15.
When we use UTF-16 encoding, its throwing exception "content
is not allowed in prolog" in server.
But in local, its accepting UTF-16 encoding and values are
passing correctly.
We don't know what is going wrong in server.
Kindly help us in it.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
What is the encoding of file? Which component do you use to read the file?