|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.69 2005/03/14 18:31:19 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.70 2005/03/15 02:30:33 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -312,6 +312,10 @@ initdb --locale=sv_SE
|
312 | 312 | <entry>Name</entry>
|
313 | 313 | <entry>Description</entry>
|
314 | 314 | <entry>Language</entry>
|
| 315 | + <!-- |
| 316 | + The Bytes/Char field is populated by looking at the values returned |
| 317 | + by pg_wchar_table.mblen function for each encoding. |
| 318 | + --> |
315 | 319 | <entry>Bytes/Char</entry>
|
316 | 320 | <entry>Aliases</entry>
|
317 | 321 | </row>
|
@@ -537,16 +541,16 @@ initdb --locale=sv_SE
|
537 | 541 | <row>
|
538 | 542 | <entry><literal>WIN1251</literal></entry>
|
539 | 543 | <entry>Windows CP1251</entry>
|
540 |
| - <entry>Western European</entry> |
| 544 | + <entry>Cyrillic</entry> |
541 | 545 | <entry>1</entry>
|
542 |
| - <entry></entry> |
| 546 | + <entry><literal>WIN</></entry> |
543 | 547 | </row>
|
544 | 548 | <row>
|
545 | 549 | <entry><literal>WIN1252</literal></entry>
|
546 | 550 | <entry>Windows CP1252</entry>
|
547 |
| - <entry>Cyrillic</entry> |
| 551 | + <entry>Western European</entry> |
548 | 552 | <entry>1</entry>
|
549 |
| - <entry><literal>WIN</></entry> |
| 553 | + <entry></entry> |
550 | 554 | </row>
|
551 | 555 | <row>
|
552 | 556 | <entry><literal>WIN1256</literal></entry>
|
|