Page 1 of 1

Cyrillic and Japanese

Posted: Wed Mar 07, 2007 10:54 am
by user___
Hi guys,
I have developed a system which is supposed to work in Russian and Japanese but it needs to cut texts at a fixed point(number). I have tried some Php functions but I get incorrect results.
Do you have any suggestion?

Posted: Wed Mar 07, 2007 11:25 am
by Mordred
mb_substr()

Reply

Posted: Wed Mar 07, 2007 1:31 pm
by user___
Thank you, man.