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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Msg:ERROR: character with byte sequence 0xe2 0x80 0x8e in encoding "UTF8" has no equivalent in encoding "WIN1252"

I tried to read a Postgres table in expressor but I get an error message "Exception 'SQLSTATE:[22P05], Code:[7], Msg:ERROR: character with byte sequence 0xe2 0x80 0x8e in encoding "UTF8" has no equivalent in encoding "WIN1252".

What seems to be the problem? Thanks

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I have solved it myself. I change my Postgres driver from ANSI to UNICODE.

View solution in original post

1 Reply
Not applicable
Author

I have solved it myself. I change my Postgres driver from ANSI to UNICODE.