I started developing my own SIMPLE twitter client on my server (to get around the twitter.com blocking rule set by some dumb guy in the govt office.)
Please check this image so that you can see accented characters converted to a strange character :

It is developed using this Twitter class. PHP class from Tijs Verkoyen
This is my header code, which is utf-8. Can someone point me to a fix?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
api php special-characters character-encoding twitter
Enrique
source share