From: Tom Lane Date: Tue, 30 Sep 2003 01:26:29 +0000 (+0000) Subject: Use slightly less broken markup. X-Git-Tag: REL7_4_BETA4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f038e089293a1fe6d059d3b2317d8d8919ce2350;p=postgresql Use slightly less broken markup. --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 21b3daad4e..9ba8f05cab 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,5 +1,5 @@ @@ -108,30 +108,31 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21: - psql is compiled as a "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 characaters (eg. german - Umlauts) at the psql prompt. When + psql is compiled as a 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 psql prompt. When psql detects a problematic console codepage, it will warn you at startup. To change the console codepage, two things are neccessary: - - + + Set the codepage with cmd.exe /c chcp 1252 - (1252 is the german value, replace it with your value). If you are using - cygwin, you can put this command in /etc/profile. + (1252 is the German value, replace it with your value). If you are using + cygwin, you can put this command in /etc/profile. + - - + - Set the console font to "Lucida Console", because the raster font - does not work with the ANSI codepage. + + Set the console font to Lucida Console, because the raster font + does not work with the ANSI codepage. + - - - +