That character encoding stuff always confuses me, but I did some experiments and found that if I call utf8_decode on your string it seems to work. I guess maybe that means if you include special characters in a php string it's utf8 encoded, but it needs to be ISO-8559-1 when passed to the data manager (or I suppose it needs to be whatever character set you have your forum configured to use).
|