Marco wrote:
So how can I do that?

There's nothing special you need to do with MySQL itself. Somehow your program obtains UTF-8 data. Insert said data into database. That's it.

Perhaps you should read up on UTF-8, to see why this is so.

Again, don't expect the database server to be able to do proper sorting, and searching will be tricky. But it can be made to work. Ultimately, it comes down to whether it's more work to work around these problems, or upgrade to v4.1.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to