From: scin dot ichi at gmail dot com Operating system: any platform PHP version: 5.3.16 Package: mbstring related Bug Type: Bug Bug description:mb_convert_kana() does not convert iteration marks
Description: ------------ mb_convert_kana() does not convert japanese iteration marks (odori-ji). * Hiragana to Katakana ($option = 'C') ã and ã must be converted ã½ and ã¾ * Katakana to Hiragana ($option = 'c') ã½ and ã¾ must be converted ã and ã Test script: --------------- <?php echo mb_convert_kana('ãããããã¢ã½ã¹ã¾ã¡', 'C', 'UTF-8') . PHP_EOL; echo mb_convert_kana('ãããããã¢ã½ã¹ã¾ã¡', 'c', 'UTF-8') . PHP_EOL; Expected result: ---------------- ã¢ã½ã¹ã¾ã¡ã¢ã½ã¹ã¾ã¡ ãããããããããã Actual result: -------------- ã¢ãã¹ãã¡ã¢ã½ã¹ã¾ã¡ ããããããã½ãã¾ã -- Edit bug report at https://bugs.php.net/bug.php?id=62934&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=62934&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=62934&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=62934&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=62934&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=62934&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=62934&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=62934&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=62934&r=needscript Try newer version: https://bugs.php.net/fix.php?id=62934&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=62934&r=support Expected behavior: https://bugs.php.net/fix.php?id=62934&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=62934&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=62934&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=62934&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=62934&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=62934&r=dst IIS Stability: https://bugs.php.net/fix.php?id=62934&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=62934&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=62934&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=62934&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=62934&r=mysqlcfg