Free Software Server Environment : MySqlUnicode

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [675]

The oldest known version of this page was edited on 2008-07-28 15:09:20 by FsseInfo
http://dev.mysql.com/doc/refman/5.1/en/charset-unicode-sets.html

Mysql Unicode

MySQL stores Unicode in either UCS2 or UTF8 encoding

BE CAREFUL
utf8_bin <> utf8_general_ci <> utf8_unicode_ci

these are true for both utf8_general_ci and utf8_unicode_ci
Ä = A
Ö = O
Ü = U

this is true for utf8_general_ci:
ß = s

this is true for utf8_unicode_ci:
ß = ss


REFERRERS
MySql
PhpUnicode
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1406 seconds