|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.97 2010/02/28 02:19:47 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.98 2010/02/28 02:20:40 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -71,12 +71,12 @@ initdb --locale=sv_SE
|
71 | 71 | locale then the specifications can take the form
|
72 | 72 | <replaceable>language_territory.codeset</>. For example,
|
73 | 73 | <literal>fr_BE.UTF-8</> represents the French language (fr) as
|
74 |
| - spoken in Belgium (BE), with a <acronym>UTF-8</> character set |
| 74 | + spoken in Belgium (BE), with a <acronym>UTF-8</> character set |
75 | 75 | encoding.
|
76 | 76 | </para>
|
77 | 77 |
|
78 | 78 | <para>
|
79 |
| - What locales are available on your |
| 79 | + What locales are available on your |
80 | 80 | system under what names depends on what was provided by the operating
|
81 | 81 | system vendor and what was installed. On most Unix systems, the command
|
82 | 82 | <literal>locale -a</> will provide a list of available locales.
|
|