Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8999697

Browse files
committed
Add description about automatic encoding conversion
between Unicode and other encodings.
1 parent28e9e9a commit8999697

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -574,7 +574,11 @@ RESET CLIENT_ENCODING;
574574

575575
<para>
576576
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.
578582
</para>
579583
</sect2>
580584

@@ -632,6 +636,11 @@ RESET CLIENT_ENCODING;
632636

633637
<para>
634638
<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+
635644
May 20, 2000
636645
* SJIS UDC (NEC selection IBM kanji) support contributed
637646
by Eiji Tokuya

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp