]> begriffs open source - ai-pg/blob - full-docs/txt/charset.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / charset.txt
1
2 Chapter 23. Localization
3
4    Table of Contents
5
6    23.1. Locale Support
7
8         23.1.1. Overview
9         23.1.2. Behavior
10         23.1.3. Selecting Locales
11         23.1.4. Locale Providers
12         23.1.5. ICU Locales
13         23.1.6. Problems
14
15    23.2. Collation Support
16
17         23.2.1. Concepts
18         23.2.2. Managing Collations
19         23.2.3. ICU Custom Collations
20
21    23.3. Character Set Support
22
23         23.3.1. Supported Character Sets
24         23.3.2. Setting the Character Set
25         23.3.3. Automatic Character Set Conversion Between Server and
26                 Client
27
28         23.3.4. Available Character Set Conversions
29         23.3.5. Further Reading
30
31    This chapter describes the available localization features from the
32    point of view of the administrator. PostgreSQL supports two
33    localization facilities:
34      * Using the locale features of the operating system to provide
35        locale-specific collation order, number formatting, translated
36        messages, and other aspects. This is covered in Section 23.1 and
37        Section 23.2.
38      * Providing a number of different character sets to support storing
39        text in all kinds of languages, and providing character set
40        translation between client and server. This is covered in
41        Section 23.3.