From: Peter Eisentraut Date: Mon, 18 May 2009 08:59:29 +0000 (+0000) Subject: Some documentation cleanup for the addition of the KOI8U encoding. Change X-Git-Url: http://git.postgresql.org/gitweb/backend_dirs.html?a=commitdiff_plain;h=f0eb0f60b529ab2b9e7354a917f3f4d61c6f91ad;p=users%2Fsimon%2Fpostgres.git Some documentation cleanup for the addition of the KOI8U encoding. Change all (remaining) mentions of KOI8 to the new canonical form KOI8R. Add information about the available conversions for KOI8U. --- diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 99f8d98d6a..f942b537a0 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -875,7 +875,7 @@ $ psql -l ISO_8859_5 ISO_8859_5, - KOI8, + KOI8R, MULE_INTERNAL, UTF8, WIN866, @@ -907,8 +907,8 @@ $ psql -l - KOI8 - KOI8, + KOI8R + KOI8R, ISO_8859_5, MULE_INTERNAL, UTF8, @@ -916,6 +916,12 @@ $ psql -l WIN1251 + + KOI8U + KOI8U, + UTF8 + + LATIN1 LATIN1, @@ -990,7 +996,7 @@ $ psql -l EUC_KR, EUC_TW, ISO_8859_5, - KOI8, + KOI8R, LATIN1 to LATIN4, SJIS, WIN866, @@ -1022,7 +1028,7 @@ $ psql -l WIN866 WIN866, ISO_8859_5, - KOI8, + KOI8R, MULE_INTERNAL, UTF8, WIN1251 @@ -1046,7 +1052,7 @@ $ psql -l WIN1251 WIN1251, ISO_8859_5, - KOI8, + KOI8R, MULE_INTERNAL, UTF8, WIN866 diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 293285e79e..0042b76417 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1997,7 +1997,7 @@ iso_8859_5_to_koi8_r ISO_8859_5 - KOI8 + KOI8R @@ -2056,34 +2056,40 @@ koi8_r_to_iso_8859_5 - KOI8 + KOI8R ISO_8859_5 koi8_r_to_mic - KOI8 + KOI8R MULE_INTERNAL koi8_r_to_utf8 - KOI8 + KOI8R UTF8 koi8_r_to_windows_1251 - KOI8 + KOI8R WIN1251 koi8_r_to_windows_866 - KOI8 + KOI8R WIN866 + + koi8_u_to_utf8 + KOI8U + UTF8 + + mic_to_ascii MULE_INTERNAL @@ -2153,7 +2159,7 @@ mic_to_koi8_r MULE_INTERNAL - KOI8 + KOI8R @@ -2351,7 +2357,13 @@ utf8_to_koi8_r UTF8 - KOI8 + KOI8R + + + + utf8_to_koi8_u + UTF8 + KOI8U @@ -2459,7 +2471,7 @@ windows_1251_to_koi8_r WIN1251 - KOI8 + KOI8R @@ -2501,7 +2513,7 @@ windows_866_to_koi8_r WIN866 - KOI8 + KOI8R