PostgreSQL: character with byte sequence 0xc2 0x81 in encoding “UTF8” has no equivalent in encoding “WIN1252”

前端 未结 4 1725
夕颜
夕颜 2020-12-31 07:33

Getting the below exception while executing SELECT query for a particular row on that table

ERROR:  character with byte sequence 0xc2 0x81 in en         


        
4条回答
  •  爱一瞬间的悲伤
    2020-12-31 08:16

    I got the error when Crystal Reports saw this set of characters in a field: [‎18/‎03/‎2019 2:20 PM]

    In the end I just changed the content of that field, but unless I can find a decent PostgreSQL ODBC Driver that is designed for UTF8 I will probably see this issue pop up every few weeks, and will need to data cleanse.

提交回复
热议问题