Hi All,
We're evaluating MySQL and PostgreSQL for building our indic language(using utf-8 encoding) web application which will use MySQL or PostgreSQL.
One of my colleagues mentioned that MySQL had issues with i18n. I mostly come from the Oracle world and although I've played a lil with MySQL, I don't know enough to know that there are issues with its i18n support.
Does anyone know issues with MySQL's i18n support and if PostgreSQL would be better placed for building an application with indic language support(kannada, telugu, tamil, etc) using utf-8 encoding ?
Just so you know, we're going to be using J2EE to build this application and we will be using JDBC drivers to access the DB.
P.S : Will anything change if we were to use Rails to build the app instead of J2EE ?
Thank you,