Commit 17c8276d authored by Bruce Momjian's avatar Bruce Momjian

Clean up win1252 documentation. Mention how we determine the number of

bytes/character for each encoding.
parent 2c4dea12
<!-- $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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment