|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.86 2008/07/1501:35:23 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.87 2008/07/1517:45:03 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -75,7 +75,8 @@ initdb --locale=sv_SE
|
75 | 75 | names on your system depends on what was provided by the operating
|
76 | 76 | system vendor and what was installed. On most Unix systems, the command
|
77 | 77 | <literal>locale -a</> will provide a list of available locales.
|
78 |
| - Windows uses more verbose names, such as <literal>German_Germany</>. |
| 78 | + Windows uses more verbose names, such as <literal>German_Germany</> |
| 79 | + or <literal>Swedish_Sweden.1252</>. |
79 | 80 | </para>
|
80 | 81 |
|
81 | 82 | <para>
|
|