How to store unicode in MySQL? -
how store unicode in free edition of mysql?
there doesn't seem nvarchar
type in sql server. unicode not supported in mysql? tried using text
not working.
you need choose utf8_*
character set table. text , memo fields automatically stored in utf-8. support utf-16 coming in mysql 6.
Comments
Post a Comment