Re: initdb problem

From: Zhenbang Wei <zhenbang(at)gmail(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: initdb problem
Date: 2004-08-01 07:55:17
Message-ID: d378724004080100556d9e9497@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Since not only \ but also other characters that have special meaning
to compiler are used by Big5 Chinese characters. Adding an extra \
can make non-Big5 aware environment happy. I think we can get rid of
this dirty work by using UTF-8 instead of the annoying Big5 problem.

On Sun, 1 Aug 2004 01:17:08 -0400 (EDT), Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> The big problem is that it didn't add an extra \ in the cases I
> mentioned. There were other strings that looked like:
> "XXX\XX"
> where X is a high-bit character. Notice there is only one backslash.
> ---------------------------------------------------------------------------
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-08-01 08:05:24 Build error in HEAD
Previous Message Christopher Kings-Lynne 2004-08-01 07:36:12 Re: Beta status

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-08-01 13:53:30 Re: pg_config
Previous Message Peter Eisentraut 2004-08-01 07:47:03 Re: pg_config