Re: Encoding problem
Tatsuo Ishii <t-ishii@sra.co.jp>
From: Tatsuo Ishii <t-ishii@sra.co.jp>
To: danny.kao@autotools.com.tw, pgsql-bugs@postgresql.org
Date: 2001-03-21T14:14:12Z
Lists: pgsql-bugs
> Danny Kao (danny.kao@autotools.com.tw) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > Encoding problem > > Long Description > I have tried "initdb --encoding=BIG5" You cannot do that (documented in README.mb). If you want to use traditional chinese do: initdb --encoding=EUC_TW instead. -- Tatsuo Ishii