utf8_general_ci: which characters are equal? [closed]

半腔热情 提交于 2019-12-08 10:43:13

问题


Where do I find a list of character sets that are equal in the WHERE clause?

Background: The list of characters may be used to solve a problem mentioned in another question.

(Also interesting, but not necessary for an answer: Is this collation fixed forever, or are future changes expected?)


回答1:


I have found this tables: http://developer.mimer.com/collations/charts/index.tml. They are, of course, landuage dependant. Collation is just comapring algorithm. For general utf8 I am not sure, how it treats special characters.

Another resources:

http://collation-charts.org/

http://mysql.rjweb.org/doc.php/charcoll (down on the page)

and of course http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-sets.html

Basicly, try to google "collation algorithm mysql utf8_general_ci" or something like this



来源:https://stackoverflow.com/questions/16714498/utf8-general-ci-which-characters-are-equal

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!