Re: [PATCHES] WIN32_CONSOLE usage

From: Manfred Spraul <manfred(at)colorfullife(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Christoph Dalitz <christoph(dot)dalitz(at)hs-niederrhein(dot)de>, pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-patches(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: [PATCHES] WIN32_CONSOLE usage
Date: 2003-09-11 18:51:24
Message-ID: 3F60C42C.3050703@colorfullife.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-hackers-win32 pgsql-patches

Peter Eisentraut wrote:

>If you can detect that they are different, why can't you adjust the code
>page in that case only?
>
>
What should we do if we detect that they differ:
- set the console code page to the ansi code page. This has two
drawbacks: It doesn't work with Indic, because Indic doesn't have an
ansi code page. And the user must still switch the console font. But: if
the user must change the configuration, then he can as easily change
both the font and the code page. Which means: SetConsoleCP is the wrong
approach.
- OemToChar() and CharToOem() convert all console input/output. In the
long run this might be the better solution, if it works entirely without
user intervention. I'm not sure if it's possible to get all corner cases
right.

--
Manfred

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Christoph Dalitz 2003-09-11 19:04:03 Re: [PATCHES] WIN32_CONSOLE usage
Previous Message Peter Eisentraut 2003-09-11 18:30:53 Re: [PATCHES] WIN32_CONSOLE usage

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Christoph Dalitz 2003-09-11 19:04:03 Re: [PATCHES] WIN32_CONSOLE usage
Previous Message Peter Eisentraut 2003-09-11 18:30:53 Re: [PATCHES] WIN32_CONSOLE usage

Browse pgsql-patches by date

  From Date Subject
Next Message Christoph Dalitz 2003-09-11 19:04:03 Re: [PATCHES] WIN32_CONSOLE usage
Previous Message Peter Eisentraut 2003-09-11 18:30:53 Re: [PATCHES] WIN32_CONSOLE usage