Re: Bug or not about ASCII and Multi-Byte character set - Mailing list pgsql-odbc

From ZF
Subject Re: Bug or not about ASCII and Multi-Byte character set
Date
Msg-id 007a01c5a147$bda9f7f0$64f2a8c0@sun
Whole thread Raw
In response to Bug or not about ASCII and Multi-Byte character set  ("ZF" <zf.tech@gmail.com>)
List pgsql-odbc
I like to use the UNICODE but in Delphi BDE/ODBC there are a little problems which can't be resolved. The driver worked
OKwith UNICODE DB only after I built the driver through deleting all SQL*W function name in 'psqlodbc_win32.def' file.
 
I only try to use the ASCII mode to look for whether the same problem exist.
The zeoslib may be good for Delphi, but it has stopped development a long time.

Thanx.



----- Original Message ----- 
From: "Dave Page" <dpage@vale-housing.co.uk>
To: <Josef.Springer@JOOPS.COM>; <zf.tech@gmail.com>
Cc: <pgsql-odbc@postgresql.org>
Sent: Monday, August 15, 2005 4:00 AM
Subject: Re: [ODBC] Bug or not about ASCII and Multi-Byte character set



As I have said a number of times now, DO NOT USE ASCII FOR NON-ASCII DATA!!!

Whilst some apps like pgAdmin may do what you expect, other apps and interfaces may not.

Instead of ASCII, use the correct encoding for your data, or try Unicode if unsure.

Regards, Dave

pgsql-odbc by date:

Previous
From: "ZF"
Date:
Subject: Re: Bug or not about ASCII and Multi-Byte character set
Next
From: "CHEN"
Date:
Subject: re:psqlodbc-08_00_0102 and LATIN1 database