Hello !
Where is the best place to specify the encoding ?
*I tought in the header which is included by all my view scripts
<?php header('Content-Type: text/html; charset=utf-8'); ?>
* In the action controllers like the reference says :
http://framework.zend.com/manual/en/zend.controller.response.html
But I do not want to specify the utf-8 encoding in each action controller of
my webapp.
Thank you for any clarification.
--
View this message in context:
http://www.nabble.com/Best-place-to-specify-encoding-tf4621717s16154.html#a13198947
Sent from the Zend Framework mailing list archive at Nabble.com.