|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:33 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.14 2003/09/30 01:26:29 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="install-win32">
|
@@ -108,30 +108,31 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:
|
108 | 108 | </para>
|
109 | 109 |
|
110 | 110 | <para>
|
111 |
| - <application>psql</application> is compiled as a "console application". As |
112 |
| - the win32 console windows use a different encoding than the rest of the |
113 |
| - system, you must take special care when using 8-bit characaters (eg. german |
114 |
| - Umlauts) at the <application>psql</application> prompt. When |
| 111 | + <application>psql</application> is compiled as a <quote>console |
| 112 | + application</>. As |
| 113 | + the Win32 console windows use a different encoding than the rest of the |
| 114 | + system, you must take special care when using 8-bit characters (eg. German |
| 115 | + umlauts) at the <application>psql</application> prompt. When |
115 | 116 | <application>psql</application> detects a problematic console codepage, it
|
116 | 117 | will warn you at startup. To change the console codepage, two things are
|
117 | 118 | neccessary:
|
118 | 119 |
|
119 |
| - <variablelist> |
120 |
| - <varlistentry> |
| 120 | + <itemizedlist> |
121 | 121 | <listitem>
|
| 122 | + <para> |
122 | 123 | Set the codepage with <userinput>cmd.exe /c chcp 1252</userinput>
|
123 |
| - (1252 is the german value, replace it with your value). If you are using |
124 |
| - cygwin, you can put this command in <filename>/etc/profile</filename>. |
| 124 | + (1252 is the German value, replace it with your value). If you are using |
| 125 | + cygwin, you can put this command in <filename>/etc/profile</filename>. |
| 126 | + </para> |
125 | 127 | </listitem>
|
126 |
| - </varlistentry> |
127 |
| - <varlistentry> |
| 128 | + |
128 | 129 | <listitem>
|
129 |
| - Set the console font to "Lucida Console", because the raster font |
130 |
| - does not work with the ANSI codepage. |
| 130 | + <para> |
| 131 | + Set the console font to <quote>Lucida Console</>, because the raster font |
| 132 | + does not work with the ANSI codepage. |
| 133 | + </para> |
131 | 134 | </listitem>
|
132 |
| - </varlistentry> |
133 |
| - </variablelist> |
134 |
| - |
| 135 | + </itemizedlist> |
135 | 136 | </para>
|
136 | 137 |
|
137 | 138 | </chapter>
|
|
0 commit comments