Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
latin1当我在列排序规则和PhpMyAdmin 中运行时,我目前正在为网页设置数据库latin2。在研究了差异之后,我唯一发现的是 latin1 是针对西欧人的,而 latin2 是针对中欧人的。但是,字符集有什么区别?
latin1
latin2
Charset 与众不同。Collation 是字符的排序;由于两个字符集中有不同的字符,因此谈论排序规则的差异无关紧要。
首先选择latin1或latin2根据您需要的字符。(更好的是,选择utf8这样您就可以获得两组字符。)其次,选择所需的排序规则。(通常,默认排序规则是“足够好”。)
utf8