-
+
Localization>
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.
+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