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: 
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

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.