Clean up win1252 documentation. Mention how we determine the number of
bytes/character for each encoding.
This commit is contained in:
parent
2c4dea126a
commit
17c8276d24
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user