gnomeontherun
04-09-2009, 02:45 PM
I have a database with languages. I have german-english, spanish-english, and latin-english tables, which provide translations.
In phpMyAdmin when I browse the tables, the special characters show, such as äöüß, but when I pull the data out, the letters are replaced with alternatives (ß becomes ß).
I have tried setting the collation to utf-8-unicode, utf-8-general, latin1-german1-ci, and the default latin1-swedish-ci, both on the table and the individual row. What should they be set to, or is this an issue with PHP which is pulling out the data?
In phpMyAdmin when I browse the tables, the special characters show, such as äöüß, but when I pull the data out, the letters are replaced with alternatives (ß becomes ß).
I have tried setting the collation to utf-8-unicode, utf-8-general, latin1-german1-ci, and the default latin1-swedish-ci, both on the table and the individual row. What should they be set to, or is this an issue with PHP which is pulling out the data?