I have a sql table that contains files saved with special chars i
think, for example, 'AmapÃi', where we expect 'Amapá'.
When i debug my var on phped, i see 'Amapá' and when i look at any
browser, netscape or IE i see 'AmapÃi'.
Anybody have a hint??? I don't know what to do...
Thank you all!!!
The first ? is an iso-8859-1 character, the second one is utf-8 encoded.
If you'll send the proper content-type (charset=utf-8), your problem
will propably dissapear.
But best would be to figure out what you are really storing in the db!
Maybe you're seeing the information you expect in phped because that is
unicode aware, else some one/thing is translating out input/output
(mbstring of iconv could be doing that).
--
Daniel Tryba
Uzytkownik "Daniel Tryba" <news_comp...@canopus.nl> napisal w
wiadomosci news:c3bntg$3fl$1...@news.tue.nl...