> For the complete documentation index, see [llms.txt](https://docs.postgresql.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.postgresql.tw/server-administration/charset.md).

# Chapter 23. Localization

**Table of Contents**

[23.1. Locale Support](/server-administration/charset/locale.md) : [23.1.1. Overview](/server-administration/charset/locale.md#LOCALE-OVERVIEW)

```
[23.1.2. Behavior](locale.md#LOCALE-BEHAVIOR)

[23.1.3. Selecting Locales](locale.md#LOCALE-SELECTING-LOCALES)

[23.1.4. Locale Providers](locale.md#LOCALE-PROVIDERS)

[23.1.5. ICU Locales](locale.md#ICU-LOCALES)

[23.1.6. Problems](locale.md#LOCALE-PROBLEMS)
```

[23.2. Collation Support](/server-administration/charset/collation.md) : [23.2.1. Concepts](/server-administration/charset/collation.md#COLLATION-CONCEPTS)

```
[23.2.2. Managing Collations](collation.md#COLLATION-MANAGING)

[23.2.3. ICU Custom Collations](collation.md#ICU-CUSTOM-COLLATIONS)
```

[23.3. Character Set Support](/server-administration/charset/multibyte.md) : [23.3.1. Supported Character Sets](/server-administration/charset/multibyte.md#MULTIBYTE-CHARSET-SUPPORTED)

```
[23.3.2. Setting the Character Set](multibyte.md#MULTIBYTE-SETTING)

[23.3.3. Automatic Character Set Conversion Between Server and Client](multibyte.md#MULTIBYTE-AUTOMATIC-CONVERSION)

[23.3.4. Available Character Set Conversions](multibyte.md#MULTIBYTE-CONVERSIONS-SUPPORTED)

[23.3.5. Further Reading](multibyte.md#MULTIBYTE-FURTHER-READING)
```

This chapter describes the available localization features from the point of view of the administrator. PostgreSQL supports two localization facilities:

* Using the locale features of the operating system to provide locale-specific collation order, number formatting, translated messages, and other aspects. This is covered in [Section 23.1](/server-administration/charset/locale.md) and [Section 23.2](/server-administration/charset/collation.md).
* Providing a number of different character sets to support storing text in all kinds of languages, and providing character set translation between client and server. This is covered in [Section 23.3](/server-administration/charset/multibyte.md).

***

原文：[PostgreSQL 18.6 Documentation](https://www.postgresql.org/docs/18/charset.html)（英文原文，待翻譯）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.postgresql.tw/server-administration/charset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
