PHP 8.4.24 Released!

Voting

: one minus one?
(Example: nine)

The Note You're Voting On

jdavide222 at hotmail dot com
13 years ago
to make this function work you have to add following two lines above this function.

mb_language("Ja");
mb_internal_encoding("utf-8");

mb_convert_kana($_POST['something_value'], "rna");

<< Back to user notes page

To Top