php and multilingual support

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 avatar
newmember
Forum Contributor
Posts: 252
Joined: Fri Apr 02, 2004 12:36 pm

php and multilingual support

Post by newmember »

can i save my php files as UTF-8?

I have html pages containing characters from 4 languages...
can i write php code inside them?

(i read that php parser doesn't support unicode character sets... )
is it possible to proccess such a page?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

read the manual about [php_man]mb_string[/php_man]
Post Reply