Re: patch of Encoding problem - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: patch of Encoding problem
Date
Msg-id 200612042224.kB4MO1j25015@momjian.us
Whole thread Raw
In response to patch of Encoding problem  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List pgsql-patches
Sorry I missed this for 8.2.0.  Applied to 8.2.X and CVS HEAD.

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

Hiroshi Saito wrote:
> Hi.
>
> I think this problem to be complex....
> http://archives.postgresql.org/pgsql-hackers/2006-11/msg00042.php
>
> FormatMessage of windows cannot consider the encoding of the database.
> However, I should try the solution now. It is necessary to clear the problem.
>
> Multi character-code exists together in message and log. It doesn't consider
> the data base encoding that the user intended....
>
> The user in multi-byte country can try this.
> http://inet.winpg.jp/~saito/pg_bug/MessageCheck.c
>
> That is, it is likely to become it in this manner.(Japanese)
> http://inet.winpg.jp/~saito/pg_bug/FormatMessage998.png
>
> Therefore, I hope for treatment that replaces these messages with English
> that is neutrality.
>
> Regards,
> Hiroshi Saito
[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: On-disk bitmap index implementation
Next
From: Bruce Momjian
Date:
Subject: Re: win32.mak patch of pg_dump.