List:Commits« Previous MessageNext Message »
From:stefan Date:June 29 2006 5:48pm
Subject:svn commit - mysqldoc@docsrva: r2552 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2006-06-29 19:48:15 +0200 (Thu, 29 Jun 2006)
New Revision: 2552

Log:
Fix two more issues spotted by Peter (thanks! )

Modified:
   trunk/refman-common/cjk-faq.en.xml

Modified: trunk/refman-common/cjk-faq.en.xml
===================================================================
--- trunk/refman-common/cjk-faq.en.xml	2006-06-29 13:45:01 UTC (rev 2551)
+++ trunk/refman-common/cjk-faq.en.xml	2006-06-29 17:48:15 UTC (rev 2552)
@@ -678,7 +678,7 @@
 
       In this case, the tipper used <literal>SET CHARACTER SET</literal>
       statement to change <literal>character_set_client</literal> and
-      <literal>character_set_system</literal>, and used <literal>SET
+      <literal>character_set_result</literal>, and used <literal>SET
       NAMES</literal> to change <literal>character_set_client</literal>
       and <literal>character_set_connection</literal> and
       <literal>character_set_results</literal>. So actually the
@@ -991,7 +991,7 @@
       it can be the code point value (hexadecimal representation) of
       that character. Here's an example of what
       <function>P_CONVERT()</function> can do. An earlier answer said
-      that the character <quote>Katakana Letter Ge</quote> appears in
+      that the character <quote>Katakana Letter Pe</quote> appears in
       all CJK character sets. We know that the code point value of
       Katakana Letter Pe is <literal>0x30da</literal>. (By the way, we
       got the name from Unicode's list of ucs2 encodings and names:

Thread
svn commit - mysqldoc@docsrva: r2552 - trunk/refman-commonstefan29 Jun