PDA

View Full Version : Data loss due to character encoding


ahetuki
02-12-02, 05:01
I am using MySql with Character encoding set to "latin1". I am using mmSql JDBC driver to upload data using "UTF-8" character encoding.
Will I loose any data in MySql if I use the above combination of character-encoding schemes.
Does MySql support "UTF-8"?