Here are the encodings/charsets :
MySQL field is latin1_swedish_ci HTML charset is ISO-8559-1
Using utf8_decode to output, since the characters are UTF-8. So there should be no problem.. BUT...
All the "usual" accented characters are showing up fine—however we are having problems with the following :
Š = doesn't show up
œ = shows up as ? (ligatures)
Anyway ideas?