Add description about automatic encoding conversion
between Unicode and other encodings.
This commit is contained in:
parent
28e9e9a24e
commit
89996974a7
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.3 2000/09/30 16:58:20 petere Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.4 2000/12/20 00:44:49 ishii Exp $ -->
|
||||||
|
|
||||||
<chapter id="charset">
|
<chapter id="charset">
|
||||||
<title>Localization</>
|
<title>Localization</>
|
||||||
@ -574,7 +574,11 @@ RESET CLIENT_ENCODING;
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
An automatic encoding translation between Unicode and other
|
An automatic encoding translation between Unicode and other
|
||||||
encodings is not yet supported.
|
encodings has been supported since PostgreSQL 7.1.
|
||||||
|
Because this requires huge conversion tables, it's not enabled by default.
|
||||||
|
To enable this feature, run configure with the
|
||||||
|
--enable-unicode-conversion option. Note that this requires
|
||||||
|
the --enable-multibyte option also.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -632,6 +636,11 @@ RESET CLIENT_ENCODING;
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
Dec 7, 2000
|
||||||
|
* An automatic encoding translation between Unicode and other
|
||||||
|
encodings are implemented
|
||||||
|
* Changes above will appear in 7.1
|
||||||
|
|
||||||
May 20, 2000
|
May 20, 2000
|
||||||
* SJIS UDC (NEC selection IBM kanji) support contributed
|
* SJIS UDC (NEC selection IBM kanji) support contributed
|
||||||
by Eiji Tokuya
|
by Eiji Tokuya
|
||||||
|
Loading…
x
Reference in New Issue
Block a user