davidc2
03-16-2009, 08:45 PM
I have special characters on a table (á, é, í, ñ... and so...), they are not encoded, i.e. "á" is "á", not "á", I´m just doing an Insert into the database with the characters as they are...
The field uses latin_swedish_ci.
How can I echo exactly what´s on the field... Right not it outputs stuff like "�" for "í"...
The field uses latin_swedish_ci.
How can I echo exactly what´s on the field... Right not it outputs stuff like "�" for "í"...