Anyone could tell me whether the META tag (in header section of a html page) in the input form can affect the unicode data i want to store in my database. If not, please show me how to store unicode data in NCR format in mysql database.
(<META...charset=utf-8> or <META... charset=iso-8859-1...>)
Thank you in advance!
What version of MySQL do you have?
This is from the manual.
1.6.1 Features Available From MySQL 4.1
Internationalisation
- To support our ever expanding user base using local languages in applications, the MySQL software now offers extensive Unicode (UTF8) support.
- Character sets can now be defined per column, table, and database. This allows for a high degree of flexibility in application design, particularly for multi-language web sites.