
quantm
New User
May 18, 2003, 6:20 PM
Post #1 of 1
(38529 views)
|
mysql and unicode
|
Can't Post
|
|
Hi everybody I have problem with storing unicode data in mysql database - The field type in database is text. - When I store data submitted from a form, the data in database is not in NCR format (I want to store them in NCR format). - I have correctly type unicode characters in the input form. 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!
|