Re: Added Encoding - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Added Encoding
Date
Msg-id 200202222327.g1MNR3206380@candle.pha.pa.us
Whole thread Raw
In response to Re: Added Encoding  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: Added Encoding
List pgsql-patches
Was this ever added?  I can't find it.

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

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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PQunescapeBytea libpq function
Next
From: Bruce Momjian
Date:
Subject: Re: Patch to add Heimdal kerberos support, with patch