Author: paul
Date: 2005-12-29 02:06:12 +0100 (Thu, 29 Dec 2005)
New Revision: 633
Log:
r1848@kite-hub: paul | 2005-12-28 19:05:38 -0600
List the Hungarian collations in the charset chapter.
Modified:
trunk/
trunk/refman-5.0/charset.xml
trunk/refman-5.1/charset.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4975
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1842
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4975
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
Modified: trunk/refman-5.0/charset.xml
===================================================================
--- trunk/refman-5.0/charset.xml 2005-12-28 14:33:47 UTC (rev 632)
+++ trunk/refman-5.0/charset.xml 2005-12-29 01:06:12 UTC (rev 633)
@@ -2378,6 +2378,7 @@
| ucs2_roman_ci | ucs2 | 143 | | Yes | 8 |
| ucs2_persian_ci | ucs2 | 144 | | Yes | 8 |
| ucs2_esperanto_ci | ucs2 | 145 | | Yes | 8 |
+| ucs2_hungarian_ci | ucs2 | 146 | | Yes | 8 |
+--------------------+---------+-----+---------+----------+---------+
</programlisting>
</listitem>
@@ -2412,6 +2413,7 @@
| utf8_roman_ci | utf8 | 207 | | Yes | 8 |
| utf8_persian_ci | utf8 | 208 | | Yes | 8 |
| utf8_esperanto_ci | utf8 | 209 | | Yes | 8 |
+| utf8_hungarian_ci | utf8 | 210 | | Yes | 8 |
+--------------------+---------+-----+---------+----------+---------+
</programlisting>
</listitem>
@@ -2419,10 +2421,12 @@
</itemizedlist>
<para>
- <emphasis role="bold">Note</emphasis>: Support for the
+ <emphasis role="bold">Note</emphasis>: The
<literal>ucs2_esperanto_ci</literal> and
- <literal>utf8_esperanto_ci</literal> collations was added in
- MySQL 5.0.13.
+ <literal>utf8_esperanto_ci</literal> collations were added in
+ MySQL 5.0.13. The <literal>ucs2_hungarian_ci</literal> and
+ <literal>utf8_hungarian_ci</literal> collations were added in
+ MySQL 5.0.19.
</para>
<indexterm type="type">
Modified: trunk/refman-5.1/charset.xml
===================================================================
--- trunk/refman-5.1/charset.xml 2005-12-28 14:33:47 UTC (rev 632)
+++ trunk/refman-5.1/charset.xml 2005-12-29 01:06:12 UTC (rev 633)
@@ -2377,6 +2377,7 @@
| ucs2_roman_ci | ucs2 | 143 | | Yes | 8 |
| ucs2_persian_ci | ucs2 | 144 | | Yes | 8 |
| ucs2_esperanto_ci | ucs2 | 145 | | Yes | 8 |
+| ucs2_hungarian_ci | ucs2 | 146 | | Yes | 8 |
+--------------------+---------+-----+---------+----------+---------+
</programlisting>
</listitem>
@@ -2411,12 +2412,20 @@
| utf8_roman_ci | utf8 | 207 | | Yes | 8 |
| utf8_persian_ci | utf8 | 208 | | Yes | 8 |
| utf8_esperanto_ci | utf8 | 209 | | Yes | 8 |
+| utf8_hungarian_ci | utf8 | 210 | | Yes | 8 |
+--------------------+---------+-----+---------+----------+---------+
</programlisting>
</listitem>
</itemizedlist>
+ <para>
+ <emphasis role="bold">Note</emphasis>: The
+ <literal>ucs2_hungarian_ci</literal> and
+ <literal>utf8_hungarian_ci</literal> collations were added in
+ MySQL 5.1.5.
+ </para>
+
<indexterm type="type">
<primary>Unicode Collation Algorithm</primary>
</indexterm>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r633 - in trunk: . refman-5.0 refman-5.1 | paul | 29 Dec |