initdb problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject initdb problem
Date
Msg-id 200408010448.i714mLX22128@candle.pha.pa.us
Whole thread Raw
Responses Re: initdb problem  (Zhenbang Wei <zhenbang@gmail.com>)
List pgsql-hackers
Ah, just the person I was looking for.  I see in the initdb po file you
sent that the use of backslashes in the message string is causing some
of us problems.

What are the rules for backslashes in translation files?  I particularly
had problems with lines 199, 260, and 461 in the initdb po file because
you had things like:
"XXX\\n"

where XXX were high-bit characters.  Was that correct?  It caused us
problems because it interpreted \\ as a single backslash and then
complained because the message id and string had a different number of
newlines.

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

Zhenbang Wei wrote:
> Thanks for importing these translations :-)

[ Attachment, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
>                http://archives.postgresql.org

--  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,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Version Numbering -- The great debate
Next
From: Zhenbang Wei
Date:
Subject: Re: initdb problem