Forum Moderators: open
I am developing a forum that allows users to search the metadata that the author entered. Since some of these meta data are entered in various languages, I want to use utf-8 char set as my interface element and utf-16 for my My-SQL server. This is because utf-8 is not supported by PHP version 3.0 or MYSQL 3.0 or earlier.
Therefore I need to find out the conversion algorithm between utf-8 and utf-16. Is there anyone who can help me out please? I looked at the open source codes and they don't seem to make sense to me. Thanks very much! :)