Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

2009-01-14 Thread Tom Lane
Bruce Momjian writes: > Is this patch still needed? No; this is the beginning of the still-continuing thread about lc_messages and Windows. I'm not sure what we'll end up applying, but not this. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committ

Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

2009-01-14 Thread Bruce Momjian
Is this patch still needed? --- Hiroshi Inoue wrote: > Hi Magnus and all, > > Magnus Hagander wrote: > > Log Message: > > --- > > Explicitly bind gettext() to the UTF8 locale when in use. > > This is required on Wi

Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

2008-11-23 Thread Hiroshi Saito
Hi. It was comfortable in my environment. Then, as for me, to be contained in the next release is desire. BTW, I was wondering that it did not look at a problem in any countries other than Japan. Probably, the environment with the runs locale which can't be specified to be SERVER_ENCODING will b

Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

2008-11-23 Thread Hiroshi Inoue
Hi Magnus and all, Magnus Hagander wrote: > Log Message: > --- > Explicitly bind gettext() to the UTF8 locale when in use. > This is required on Windows due to the special locale > handling for UTF8 that doesn't change the full environment. Thanks to this change UTF-8 case was solved but