mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add support for Win1252 encoding.
Roland Volkmann
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.68 2005/03/14 06:49:48 neilc Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.69 2005/03/14 18:31:19 momjian Exp $ -->
|
||||
|
||||
<chapter id="charset">
|
||||
<title>Localization</>
|
||||
@ -537,6 +537,13 @@ initdb --locale=sv_SE
|
||||
<row>
|
||||
<entry><literal>WIN1251</literal></entry>
|
||||
<entry>Windows CP1251</entry>
|
||||
<entry>Western European</entry>
|
||||
<entry>1</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WIN1252</literal></entry>
|
||||
<entry>Windows CP1252</entry>
|
||||
<entry>Cyrillic</entry>
|
||||
<entry>1</entry>
|
||||
<entry><literal>WIN</></entry>
|
||||
@ -676,7 +683,7 @@ $ <userinput>psql -l</userinput>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>BIG5</literal></entry>
|
||||
<entry><emphasis>not available as a server encoding</emphasis>
|
||||
<entry><emphasis>not supported as a server encoding</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
@ -711,12 +718,12 @@ $ <userinput>psql -l</userinput>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>GB18030</literal></entry>
|
||||
<entry><emphasis>not available as a server encoding</emphasis>
|
||||
<entry><emphasis>not supported as a server encoding</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>GBK</literal></entry>
|
||||
<entry><emphasis>not available as a server encoding</emphasis>
|
||||
<entry><emphasis>not supported as a server encoding</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
@ -847,7 +854,7 @@ $ <userinput>psql -l</userinput>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>SJIS</literal></entry>
|
||||
<entry><emphasis>not available as a server encoding</emphasis>
|
||||
<entry><emphasis>not supported as a server encoding</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
@ -859,7 +866,7 @@ $ <userinput>psql -l</userinput>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>UHC</literal></entry>
|
||||
<entry><emphasis>not available as a server encoding</emphasis>
|
||||
<entry><emphasis>not supported as a server encoding</emphasis>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
@ -901,6 +908,12 @@ $ <userinput>psql -l</userinput>
|
||||
<literal>WIN866</literal>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WIN1252</literal></entry>
|
||||
<entry><emphasis>WIN1252</emphasis>,
|
||||
<literal>UTF8</literal>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WIN1256</literal></entry>
|
||||
<entry><emphasis>WIN1256</emphasis>,
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.240 2005/03/07 04:30:49 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.241 2005/03/14 18:31:19 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -1990,6 +1990,12 @@ PostgreSQL documentation
|
||||
<entry><literal>WIN1251</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>utf8_to_windows_1252</literal></entry>
|
||||
<entry><literal>UTF8</literal></entry>
|
||||
<entry><literal>WIN1252</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>utf8_to_windows_1256</literal></entry>
|
||||
<entry><literal>UTF8</literal></entry>
|
||||
@ -2056,6 +2062,12 @@ PostgreSQL documentation
|
||||
<entry><literal>WIN866</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>windows_1252_to_utf8</literal></entry>
|
||||
<entry><literal>WIN1252</literal></entry>
|
||||
<entry><literal>UTF8</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>windows_1256_to_utf8</literal></entry>
|
||||
<entry><literal>WIN1256</literal></entry>
|
||||
|
Reference in New Issue
Block a user