mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove WIN32_CONSOLE support, at the request of the author.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.96 2003/09/03 22:05:08 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.97 2003/09/12 02:40:09 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -2073,19 +2073,6 @@ bar
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>WIN32_CONSOLE</varname></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This variable is only useful when working under the Win32 command
|
||||
console. As the Win32 command console uses a different encoding than
|
||||
the rest of the Windows system. Eight-bit characters (e.g. German Umlauts)
|
||||
are corrupted. When this variable is set the command console encoding will
|
||||
be translated into ASCII encoding for input and output.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</refsect3>
|
||||
|
Reference in New Issue
Block a user