I am having problem in displaying the
in my web page, after using utf8_decode() in PHP it gets displayed as �.
i have been using
When you use utf8_decode
, the string that is passed to this function where is it loaded from? Are you loading data from database? Do you have any included files? If so, check that they are all encoded as GmonC wrote. Try to echo
somewhere in page and see if it will show correctly. If not, try to make clean .php file and than see if problem still occurs. If not than some included file could be the problem because it could have different encoding