]> granicus.if.org Git - postgresql/commit
> Tatsuo Ishii wrote:
authorBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 05:52:50 +0000 (05:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 5 Mar 2002 05:52:50 +0000 (05:52 +0000)
commita8bd7e1c6e026678019b2f25cffc0a94ce62b24b
tree0334b3c7648b888f1c416579e8ca29fcdadb4a6e
parent03194432de712f7afb4ddc2ade2bc44f0536dae1
> Tatsuo Ishii wrote:
> > > > It was made to cope with encoding such as an Asian bloc in 7.2Beta2.
> > > >
> > > > Added ServerEncoding
> > > >         Korean (JOHAB), Thai (WIN874),
> > > >         Vietnamese (TCVN), Arabic (WIN1256)
> > > >
> > > > Added ClientEncoding
> > > >         Simplified Chinese (GBK), Korean (UHC)
> > > >
> > > >
> > > >
> http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2b2.newencoding.diff.tar.gz
> > > > (608K)
> > >
> > > Looks good.  I need some people to review this for me.
> >
> > For me they look good too. The only missing part is a
> > documentation. I will ask him to write it up. If he couldn't, I will
> > do it for him.
> > > The diff is 3mb
> > > but appears to address only additions to multibyte.  I have attached a
> > > list of files it modifies.  Also, look at the sizes of the mb/
> > > directory.  It is getting large:
> > >
> > >   4       ./CVS
> > >   6       ./Unicode/CVS
> > >   3433    ./Unicode
> > >   6197    .
> >
> > Yes. We definitely need the on-the-fly encoding addition capability:
> > i.e. CREATE CHRACTER SET in the future...
> > --
> > Tatsuo Ishii
> >
> >

Address chainge.

http://www.sankyo-unyu.co.jp/Pool/postgresql-7.2.newencoding.diff.gz

Add PsqlODBC and document ...etc patch.

Eiji Tokuya
17 files changed:
configure
configure.in
doc/README.mb.jp
doc/src/sgml/charset.sgml
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
src/backend/utils/mb/Unicode/euc_jp_to_utf8.map
src/backend/utils/mb/Unicode/euc_kr_to_utf8.map
src/backend/utils/mb/Unicode/utf8_to_euc_jp.map
src/backend/utils/mb/Unicode/utf8_to_euc_kr.map
src/backend/utils/mb/Unicode/utf8_to_sjis.map
src/backend/utils/mb/conv.c
src/backend/utils/mb/encnames.c
src/backend/utils/mb/wchar.c
src/include/mb/pg_wchar.h
src/interfaces/odbc/connection.c
src/interfaces/odbc/multibyte.c
src/interfaces/odbc/multibyte.h