[BUGS] BUG #1792: Encoding vovels
The following bug has been logged online: Bug reference: 1792 Logged by: Josef Springer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: Win2k Description:Encoding vovels Details: I work an application using PostgreSQL via the ODBC driver. OS: Win2k german codepage. If i write into a record strings with vovels. Reading this record gives the vovels corrupted. I have tried: CREATE DATABASE ENODING Default | WIN1250 |, LATIN1 SET client_encoding TO Default | WIN1250 | LATIN1 Nothing works. I PgAdminIII the data are displayed correcly allways. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[BUGS] BUG #1818: ODBC: Wrong encoding when reading string coumns
The following bug has been logged online: Bug reference: 1818 Logged by: Josef Springer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Win2k Description:ODBC: Wrong encoding when reading string coumns Details: Database encoding: UNICODE Client encoding: UNICODDE Database is used via ODBC. Transporting via ODBC: Writing string columns content is encoded UNICODE (UTF8). Readed string columns are not encoded as UNICODE (UTF8). One byte per character is transported ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq