Re: initdb problem - Mailing list pgsql-hackers

From Zhenbang Wei
Subject Re: initdb problem
Date
Msg-id d378724004080100556d9e9497@mail.gmail.com
Whole thread Raw
In response to Re: initdb problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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@candle.pha.pa.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@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Beta status
Next
From: Christopher Kings-Lynne
Date:
Subject: Build error in HEAD