Cyrillic and Japanese

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Cyrillic and Japanese

Post 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?
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Post by Mordred »

mb_substr()
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Thank you, man.
Post Reply