From 75c6519ff68dbb97f73b13e9976fb8075bbde7b8 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sun, 25 Mar 2007 11:56:04 +0000 Subject: Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, along with new conversions among EUC_JIS_2004, SHIFT_JIS_2004 and UTF-8. catalog version has been bump up. --- doc/src/sgml/charset.sgml | 18 +++++++++++++++++- doc/src/sgml/func.sgml | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 85252439a23..c61c38ef5f4 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -364,6 +364,14 @@ initdb --locale=sv_SE <entry>1-3</entry> <entry></entry> </row> + <row> + <entry><literal>EUC_JIS_2004</literal></entry> + <entry>Extended UNIX Code-JP, JIS X 0213</entry> + <entry>Japanese</entry> + <entry>Yes</entry> + <entry>1-3</entry> + <entry></entry> + </row> <row> <entry><literal>EUC_KR</literal></entry> <entry>Extended UNIX Code-KR</entry> @@ -540,6 +548,14 @@ initdb --locale=sv_SE <entry>1-2</entry> <entry><literal>Mskanji</>, <literal>ShiftJIS</>, <literal>WIN932</>, <literal>Windows932</></entry> </row> + <row> + <entry><literal>SHIFT_JIS_2004</literal></entry> + <entry>Shift JIS, JIS X 0213</entry> + <entry>Japanese</entry> + <entry>No</entry> + <entry>1-2</entry> + <entry></entry> + </row> <row> <entry><literal>SQL_ASCII</literal></entry> <entry>unspecified (see text)</entry> diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 084db0d40e5..f8001551e69 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.370 2007/03/20 05:44:59 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.371 2007/03/25 11:56:01 ishii Exp $ --> <chapter id="functions"> <title>Functions and Operators @@ -2394,6 +2394,42 @@ UTF8 + + euc_jis_2004_to_utf8 + EUC_JIS_2004 + UTF8 + + + + ut8_to_euc_jis_2004 + UTF8 + EUC_JIS_2004 + + + + shift_jis_2004_to_utf8 + SHIFT_JIS_2004 + UTF8 + + + + ut8_to_shift_jis_2004 + UTF8 + SHIFT_JIS_2004 + + + + euc_jis_2004_to_shift_jis_2004 + EUC_JIS_2004 + SHIFT_JIS_2004 + + + + shift_jis_2004_to_euc_jis_2004 + SHIFT_JIS_2004 + EUC_JIS_2004 + + -- cgit v1.2.3