moriyoshi               Fri Dec 20 10:58:49 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mbstring/functions     mb-convert-kana.xml 
  Log:
  Fixed bug #21090
  
  
Index: phpdoc/en/reference/mbstring/functions/mb-convert-kana.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-convert-kana.xml:1.2 
phpdoc/en/reference/mbstring/functions/mb-convert-kana.xml:1.3
--- phpdoc/en/reference/mbstring/functions/mb-convert-kana.xml:1.2      Wed Apr 17 
02:39:56 2002
+++ phpdoc/en/reference/mbstring/functions/mb-convert-kana.xml  Fri Dec 20 10:58:49 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
   <refentry id="function.mb-convert-kana">
    <refnamediv>
@@ -42,7 +42,7 @@
        "n" :  Convert "zen-kaku" numbers to "han-kaku"
        "N" :  Convert "han-kaku" numbers to "zen-kaku"
        "a" :  Convert "zen-kaku" alphabets and numbers to "han-kaku"
-       "A" :  Convert "zen-kaku" alphabets and numbers to "han-kaku"
+       "A" :  Convert "han-kaku" alphabets and numbers to "zen-kaku"
        (Characters included in "a", "A" options are
        U+0021 - U+007E excluding U+0022, U+0027, U+005C, U+007E)
        "s" :  Convert "zen-kaku" space to "han-kaku" (U+3000 -> U+0020)



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to