From: Bruce Momjian Date: Tue, 15 Mar 2005 02:30:33 +0000 (+0000) Subject: Clean up win1252 documentation. Mention how we determine the number of X-Git-Tag: REL8_1_0BETA1~1206 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=17c8276d244cfaa9ff8606a3b39c4ec9d729bd1c;p=postgresql.git Clean up win1252 documentation. Mention how we determine the number of bytes/character for each encoding. --- diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 9bfd78e9111..cf07adba569 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -312,6 +312,10 @@ initdb --locale=sv_SE <entry>Name</entry> <entry>Description</entry> <entry>Language</entry> + <!-- + The Bytes/Char field is populated by looking at the values returned + by pg_wchar_table.mblen function for each encoding. + --> <entry>Bytes/Char</entry> <entry>Aliases</entry> </row> @@ -537,16 +541,16 @@ initdb --locale=sv_SE <row> <entry><literal>WIN1251</literal></entry> <entry>Windows CP1251</entry> - <entry>Western European</entry> + <entry>Cyrillic</entry> <entry>1</entry> - <entry></entry> + <entry><literal>WIN</></entry> </row> <row> <entry><literal>WIN1252</literal></entry> <entry>Windows CP1252</entry> - <entry>Cyrillic</entry> + <entry>Western European</entry> <entry>1</entry> - <entry><literal>WIN</></entry> + <entry></entry> </row> <row> <entry><literal>WIN1256</literal></entry>