I have come across some confusion making my system accept multiple languages.
Prior to setting up my database, I did some research as to which collation was best to use to support as many languages as possible. I was advised utf8_unicode_ci
was the most viable encoding.
The confusion arises where, although it seems my system can decode any language, phpmyadmin cannot:
Translation:
English: 'hello'
Chinese: '你好'
Encoding:
System: '你好'
Phpmyadmin: 'ä½ å¥½' <------ should read: '你好'
How can I have phpmyadmin display these characters correctly?