Re: WIN32_CONSOLE usage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WIN32_CONSOLE usage
Дата
Msg-id Pine.LNX.4.44.0309112030160.1089-100000@peter.localdomain
обсуждение исходный текст
Ответ на WIN32_CONSOLE usage  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: WIN32_CONSOLE usage  (Manfred Spraul <manfred@colorfullife.com>)
Re: WIN32_CONSOLE usage  (Christoph Dalitz <christoph.dalitz@hs-niederrhein.de>)
Список pgsql-patches
Christoph Dalitz writes:

>  a) Write documentation how the win32 console needs to be set up so that
>     psql can handle 8-bit characters.
>     Where should it be added? The Section "Installation on Windows" in the
>     Administrator's Guide seems natural to me.

Sure.

>  b) Add code to psql that prints a warning on startup of psql when the
>     console codepage differs from the windows codepage, something like
>
>     Warning: Console codepage (850) differs from windows codepage (1252)
>              8-bit characters will not work correctly. See PostgreSQL
>              documentation "Installation on Windows" for details.

If you can detect that they are different, why can't you adjust the code
page in that case only?

--
Peter Eisentraut   peter_e@gmx.net


В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: minor documentation improvements
Следующее
От: Manfred Spraul
Дата:
Сообщение: Re: WIN32_CONSOLE usage