]> granicus.if.org Git - postgresql/commit
Add multibyte support.
authorHiroshi Inoue <inoue@tpf.co.jp>
Fri, 16 Mar 2001 01:17:23 +0000 (01:17 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Fri, 16 Mar 2001 01:17:23 +0000 (01:17 +0000)
commit9242e6c0380f17bc3e7849ab9b1e38e825116b60
tree16f3ae15c17f53800760a5974c5b2313f1941998
parent25f03eb30ce11d7c4f2adafd98f0bdf48733975b
Add multibyte support.
Provide an extenisible scheme of encoding conversion.
As the first step, SJIS and BIG5 are supported.
From now on multibyte people would be happy to use
this psqlodbc driver.

Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
src/interfaces/odbc/connection.c
src/interfaces/odbc/convert.c
src/interfaces/odbc/dlg_specific.c
src/interfaces/odbc/parse.c
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/psqlodbc.rc
src/interfaces/odbc/win32.mak