Character with encoding UTF8 has no equivalent in WIN1252

后端 未结 10 1030
挽巷
挽巷 2020-12-29 02:41

I am getting the following exception:

Caused by: org.postgresql.util.PSQLException: ERROR: character 0xefbfbd of encoding \"UTF8\" has no equivalent in \"WIN         


        
10条回答
  •  一生所求
    2020-12-29 03:13

    Don't eridicate the characters, they're real and used for good reasons. Instead, eridicate Win1252.

提交回复
热议问题