UNICODE - PostgreSQL - Delphi7/Kylix3
Posted: 21.07.2006, 01:00
Hi All,
I have a problem. I am planing to use UNICODE based PostgreSQL databases, but when I wanted to save text into a text-field I got error: byte sequence is not correct for encoding "UNICODE". Can anybody help me? Did I forget to convert latin2 -> utf8?
Under FC4-Linux/Kylix3 this happend with me too, but it looks better than on Win32, besause I can set in the environment what type of encoding what I use,... so I can save into the UNICODE db a normal TextBox content without conversion (latin2 -> utf8). But when I want to save an image into a BLOB field I got the same error message.
I have a problem. I am planing to use UNICODE based PostgreSQL databases, but when I wanted to save text into a text-field I got error: byte sequence is not correct for encoding "UNICODE". Can anybody help me? Did I forget to convert latin2 -> utf8?
Under FC4-Linux/Kylix3 this happend with me too, but it looks better than on Win32, besause I can set in the environment what type of encoding what I use,... so I can save into the UNICODE db a normal TextBox content without conversion (latin2 -> utf8). But when I want to save an image into a BLOB field I got the same error message.