Thread: pgsql/src/interfaces/odbc connection.c convert ...

pgsql/src/interfaces/odbc connection.c convert ...

From
Hiroshi Inoue
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    inoue@hub.org    01/03/15 20:17:23

Modified files:
    src/interfaces/odbc: connection.c convert.c dlg_specific.c
                         parse.c psqlodbc.h psqlodbc.rc win32.mak

Log message:
    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