PHP handling Japanese string format

25 Views Asked by At

In my PHP code, I get strings like this one KATO 1-821J タキ1000レタシート

Is there a PHP function to convert it to a classic string format, i.e. KATO 1-821J タキ1000レシート?

I have tried classic functions like utf8_encode() but that doesn't work.

0

There are 0 best solutions below