I have a problem with my Zend installation.
It trims special characters (with accents) and simple quotes off before sending my to the my Database (MySQL)
In my bootstrap.ini, it's set to use UTF-8
`$dbAdapter->query("SET NAMES 'utf8'");`
Is there a special treatment to apply to my form elements before sending it to my database table ?
Thanks