I'm wondering if anyone has any experience in setting up MySQL as a backend
to a website with multi-lingual support?

What I'm trying to do is have a web site with a main "gateway" page that
allows a user to choose their language. This will bring them to the actual
content, but in the language of their choice. The problem is, most of the
data is dynamically generated via servlets connecting to a MySQL database.
Since sorting does take place on that data, I'm assuming that the charset in
use becomes important to MySQL. Is it possible (or necessary) to specify a
charset on the fly, or at table creation time (ie, per table charset)?

Anyone have experience with this?

Thanks in advance,
-Brian


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to