WIN32_CONSOLE usage - Mailing list pgsql-patches

From Bruce Momjian
Subject WIN32_CONSOLE usage
Date
Msg-id 200309071621.h87GLfG09745@candle.pha.pa.us
Whole thread Raw
In response to Re: MinGW patch  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: WIN32_CONSOLE usage  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > The problem is that mbvalidate() has this code:
> >
> >         if (GetVariableBool(pset.vars, "WIN32_CONSOLE"))
> >             CharToOem(pwcs, pwcs);
> >
> > That's why I needed the #ifdef so it only tests from psql.  This code
> > was just broken without that test, and because no one else has done
> > Win32 compiles since it was added, no one saw it.
>
> Interesting, considering that WIN32_CONSOLE isn't being set anywhere.
>
> Anyway, that code needs to be removed/fixed, for the mentioned reasons.

Yikes, I see no doc mention of it.

Here is the submission email:

>   c) Problem:  8bit characters were displayed/interpreted wrong in psql
>                This is due to the fact that the Win32 "console" uses a
>                different encoding than the rest of the Windows system
>      Solution: Introduced a new psql variable WIN32_CONSOLE
>                When set with "\set WIN32_console", the function OemToChar()

I have CC'ed the author.

Is this a valid feature?  Should I document it?

--
  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-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Index creation takes for ever
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Index creation takes for ever