From: Tatsuo Ishii Date: Wed, 20 Dec 2000 00:44:49 +0000 (+0000) Subject: Add description about automatic encoding conversion X-Git-Tag: REL7_1_BETA2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89996974a760bfa39e0f2eaae4d3c1ca8fb51808;p=postgresql Add description about automatic encoding conversion between Unicode and other encodings. --- diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index cb76535c1c..e79c14229a 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -574,7 +574,11 @@ RESET CLIENT_ENCODING; <para> 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> </sect2> @@ -632,6 +636,11 @@ RESET CLIENT_ENCODING; <para> <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 * SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya