|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.3 2000/09/30 16:58:20 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.4 2000/12/20 00:44:49 ishii Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -574,7 +574,11 @@ RESET CLIENT_ENCODING;
|
574 | 574 |
|
575 | 575 | <para>
|
576 | 576 | An automatic encoding translation between Unicode and other
|
577 |
| - encodings is not yet supported. |
| 577 | + encodings has been supported since PostgreSQL 7.1. |
| 578 | + Because this requires huge conversion tables, it's not enabled by default. |
| 579 | + To enable this feature, run configure with the |
| 580 | + --enable-unicode-conversion option. Note that this requires |
| 581 | + the --enable-multibyte option also. |
578 | 582 | </para>
|
579 | 583 | </sect2>
|
580 | 584 |
|
@@ -632,6 +636,11 @@ RESET CLIENT_ENCODING;
|
632 | 636 |
|
633 | 637 | <para>
|
634 | 638 | <programlisting>
|
| 639 | +Dec 7, 2000 |
| 640 | +* An automatic encoding translation between Unicode and other |
| 641 | + encodings are implemented |
| 642 | +* Changes above will appear in 7.1 |
| 643 | + |
635 | 644 | May 20, 2000
|
636 | 645 | * SJIS UDC (NEC selection IBM kanji) support contributed
|
637 | 646 | by Eiji Tokuya
|
|