mysql - Encoding problem: ucs2_bin collate does not support cyrillic and greek languages -
i need store , compare text in several language in field of mysql database. actually, set uc2 character set , ucs_bin collate, , find not work cyrillic , greek characters.
how can solve problem? suggestion?
in advance
teodoro
use utf8
character set, collation utf8_unicode_ci
-- robust combination (although slower using utf8_general_ci
).
Comments
Post a Comment