I have a string with double byte, now I want convert to 1 byte.
Example:
$input = "2012/12/31";
I want to output: 2012/12/31
For C#: How to Convert Double Byte String to Single Byte String?
Found the anwser from:
how to transform japanese english character to normal english character?
However mb_convert_kana in my pc not run
mb_convert_kana("2012/12/31", "rnaskhc");