Hi.
Are about to launch a site using mysql database and PHP script to populate the webpages.
On this site users can set up their own internet site, by entering data in online forms that makes their site.
As it is now it supports ISO 8859-1 (Latin 1) languages.
It would be great it I could be able to make this site usable in other languages as well....!!!!
Can I without to much hassle make my site support more languages using Unicode? (Or any other way??)
I'm interested in:
1.
How do I make the generated webpages support Unicode?
2.
Do I have to do anything specific in PHP to make it work?
3.
Can I store directly into the mysql database without any changes in database setting, or is it not possible at all to use mysql?
(I'm not using any text sql search on text entered in the database!).
4.
Anything else that is important to know before converting my scripts, database, etc...?
Best