A |
Ad Peeps uses a default character set of UTF-8. However to
properly show some characters correctly,
you may need to modify the character set that supports your
language.
To do that, edit the head_foot.php file and find the following
lines:
DEFINE('_ISO','charset=UTF-8');
Change to the character set you desire such as:
DEFINE('_ISO','charset=iso-8859-1');
× close
|