]> granicus.if.org Git - postgresql/commitdiff
Clean up win1252 documentation. Mention how we determine the number of
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 02:30:33 +0000 (02:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 02:30:33 +0000 (02:30 +0000)
bytes/character for each encoding.

doc/src/sgml/charset.sgml

index 9bfd78e911121e55964c9cb59b597d450de40559..cf07adba569f736b471f01b81dba23632fc4db6a 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.69 2005/03/14 18:31:19 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.70 2005/03/15 02:30:33 momjian Exp $ -->
 
 <chapter id="charset">
  <title>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>