This sounds like classic content encoding type mismatch.
Try explicitly setting the appropriate info in your layout using something along the lines of (set
charset to whatever you are using, most likely ISO-8859-1:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
in your <head>.
On 04/02/2009 1:52 PM, prado wrote:
I am unable to display latin charcaters like é or even characters like ' .
The output is shown as � instead
I have tried to Google the solution but unable to find any, a bit frustrated
as i can't go further until i resolve this. Any help would be greatly
appreciated.
I am a newbie to Zend Framework and i have been closely following the
methodology from "Zend Framework in Action" book published by Manning.