index 43d2529a195440b2ba942cfa43abc1179429e6e4..597ce6d5033c97e8cb178520413f3cb03bc8f115 100644 (file)
-<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.85 2008年03月06日 15:37:56 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.86 2008年07月15日 01:35:23 momjian Exp $ -->
<chapter id="charset">
<title>Localization</>
</para>
<para>
- This example sets the locale to Swedish (<literal>sv</>) as spoken
+ This example for Unix systems sets the locale to Swedish
+ (<literal>sv</>) as spoken
in Sweden (<literal>SE</>). Other possibilities might be
<literal>en_US</> (U.S. English) and <literal>fr_CA</> (French
Canadian). If more than one character set can be useful for a
locale then the specifications look like this:
<literal>cs_CZ.ISO8859-2</>. What locales are available under what
names on your system depends on what was provided by the operating
- system vendor and what was installed. (On most systems, the command
- <literal>locale -a</> will provide a list of available locales.)
+ system vendor and what was installed. On most Unix systems, the command
+ <literal>locale -a</> will provide a list of available locales.
+ Windows uses more verbose names, such as <literal>German_Germany</>.
</para>
<para>