I am storing Chinese pinyin characters into a MySQL column latin1_ci encoded. I noticed that I am losing information. I was wondering how or what is the correct way of storing pinyin characters. i.e
nǚ rén
I am storing Chinese pinyin characters into a MySQL column latin1_ci encoded. I noticed that I am losing information. I was wondering how or what is the correct way of storing pinyin characters. i.e
nǚ rén
I recommend utf8 for the charset, utf8_general_ci for the collation.