summaryrefslogtreecommitdiff
path: root/doc/src/sgml/install-win32.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/install-win32.sgml')
-rw-r--r--doc/src/sgml/install-win32.sgml26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index 9ba8f05cabd..48448808d11 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.14 2003/09/30 01:26:29 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.14.2.1 2003/11/04 09:45:29 petere Exp $
-->
<chapter id="install-win32">
@@ -109,27 +109,27 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.14 2003/09/30 01:26:
<para>
<application>psql</application> is compiled as a <quote>console
- application</>. As
- the Win32 console windows use a different encoding than the rest of the
- system, you must take special care when using 8-bit characters (eg. German
- umlauts) at the <application>psql</application> prompt. When
- <application>psql</application> detects a problematic console codepage, it
- will warn you at startup. To change the console codepage, two things are
- neccessary:
+ application</>. As the Win32 console windows use a different
+ encoding than the rest of the system, you must take special care
+ when using 8-bit characters at the <application>psql</application>
+ prompt. When <application>psql</application> detects a problematic
+ console code page, it will warn you at startup. To change the
+ console code page, two things are neccessary:
<itemizedlist>
<listitem>
<para>
- Set the codepage with <userinput>cmd.exe /c chcp 1252</userinput>
- (1252 is the German value, replace it with your value). If you are using
- cygwin, you can put this command in <filename>/etc/profile</filename>.
+ Set the code page by entering <userinput>cmd.exe /c chcp
+ 1252</userinput>. (1252 is a code page that is appropriate for
+ German; replace it with your value.) If you are using Cygwin,
+ you can put this command in <filename>/etc/profile</filename>.
</para>
</listitem>
<listitem>
<para>
- Set the console font to <quote>Lucida Console</>, because the raster font
- does not work with the ANSI codepage.
+ Set the console font to <quote>Lucida Console</>, because the
+ raster font does not work with the ANSI code page.
</para>
</listitem>
</itemizedlist>