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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Encoding problem with TrestClient

Hi All,

When I run my job from my windows client, I get no problem with any character.
When I export the job and run it on a MAC OS 10 server, all the special characters are replaced and are bad.
I force the charset ot the Tresclient with "charset" as "UTF-8" in HTTp Header (Advanced settings) but the problem is still there.
Any idea?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The problem was the default encoding for java.
Forcing it with "-Dfile.encoding=UTF-8" for the JVM arguments works.
Added in advanced params of Execute tab.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

The problem was the default encoding for java.
Forcing it with "-Dfile.encoding=UTF-8" for the JVM arguments works.
Added in advanced params of Execute tab.