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: Thu, 11 Sep 2003 20:51:24 +0200
- Message-id: <3F60C42C(dot)3050703(at)colorfullife(dot)com>
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
Home |
Main Index |
Thread Index