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.
我将中文拼音字符存储到 MySQL 列 latin1_ci 编码中。我注意到我正在丢失信息。我想知道如何或什么是存储拼音字符的正确方法。IE
nǚ rén
我推荐 utf8 作为字符集,utf8_general_ci 作为排序规则。