Forum Moderators: coopster
Currently I've got a system running where it attempts to convert all character encodings to ISO-8859-1 and store it in a mysql database.
However some UTF-8 chars are being changed to "?" where a ISO-8859-1 equivalent doesn't exist.
I would like to store the chars as UTF-8 but am I able to do this with MySQL 4.0.x?