Multibyte patched psqlodbc-07_01_0003.zip

From: "Eiji Tokuya" <e-tokuya(at)mail(dot)sankyo-unyu(dot)co(dot)jp>
To: "Pgsql-Interfaces" <pgsql-interfaces(at)postgresql(dot)org>, "pgsql-odbc" <pgsql-odbc(at)postgresql(dot)org>
Subject: Multibyte patched psqlodbc-07_01_0003.zip
Date: 2001-03-09 06:38:22
Message-ID: CEEHIIKHDBPFLDFOGPCDEEBFCDAA.e-tokuya@mail.sankyo-unyu.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-odbc

Multibyte patched psqlodbc-07_01_0003.zip

It can be used without an error happening even if SJIS and BIG5 are chosen.
Of course, the character set except that it could be used until now can be
used, too.

Other contents are the same as the original thing.

Example -------

PostgreSQL 7.1 beta 5

./configure --enable-multibyte=UNICODE --enable-unicode-conversion

psqlodbc (multibyte) Options

Connection Settings:
SET CLIENT_ENCODING TO 'SJIS';

Or

SET CLIENT_ENCODING TO 'BIG5';
-----------

psqlodbc7.1.3-mb

binary (New)
http://www.sankyo-unyu.co.jp/Pool/psqlodbc-07_01_0003-mb.2001-03-07.zip

source patch
http://www.sankyo-unyu.co.jp/Pool/odbc.patch.gz

-----------------------

Eiji Tokuya
http://www.sankyo-unyu.co.jp/Pool/PostgreSQL.htm
(Japanese only)

Browse pgsql-interfaces by date

  From Date Subject
Next Message jlhan 2001-03-09 18:36:14 ecpg?
Previous Message Alex Pilosov 2001-03-09 00:25:27 Re: DBD::Pg, bytea type

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-03-12 01:40:57 ODBC changes
Previous Message Michael Davis 2001-03-09 03:05:43 RE: postgresql and msaccess