Re: Multibyte examples

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: jklcom(at)mindspring(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Multibyte examples
Date: 2001-02-21 00:59:54
Message-ID: 20010221095954V.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: "Jeff Lu" <jklcom(at)mindspring(dot)com>
Subject: Multibyte examples
Date: Tue, 20 Mar 2001 12:38:26 -0500
Message-ID: <NDBBIHPECLIGKCCLMACAEEPDCJAA(dot)jklcom(at)mindspring(dot)com>

> Tatsuo Ishii
>
> I've finally got the envirnoment set up to work with PostgreSQL, cygwin on
> NT
>
> Couldn't the regression test to run.
>
> When tried
> % mbregress.sh
>
> I got lots of errors

What kind of errors did you get exactly?

> I want to see some examples on multibytes.
> I'm trying to write a CGI program that will gather user info from a form
> through HTTP Request. The information may contain Chinese Characters. The
> result will be written to PostgreSQL.
>
> Do you have any examples like this?

I'm not sure what kind of encodings you are talking about when you say
"Chinese Chinese". Anyway you will find some examples:

Big5: src/test/mb/big5.sql
EUC_CN: src/test/mb/euc_cn.sql
EUC_TW: src/test/mb/euc_tw.sql
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-21 00:59:55 Re: File header
Previous Message Justin Clift 2001-02-21 00:35:25 Re: Re: beta5 ...