
In the french translation and only in Internet explorer, the text "Zone d'administration" (AdminArea) cause a javascript error due to the encoding. We just resolve it by modifying the text by delete the single quote in "Zone d administration". Maybe someone have just resolve it by encoding differently... -- Boris Fernandez SAM NAMEBAY http://www.namebay.com Fax : +377 97 97 21 13

Hi Boris, On Mon, Aug 25, 2003 at 06:34:07PM +0200, boris@namebay.com wrote:
In the french translation and only in Internet explorer, the text "Zone d'administration" (AdminArea) cause a javascript error due to the encoding.
We just resolve it by modifying the text by delete the single quote in "Zone d administration".
Maybe someone have just resolve it by encoding differently...
Try to add a quote (\) to the ' in the Kernel/Language/fr.pm e. g. the old one: 'AdminArea' => 'Zone d\'administration', to 'AdminArea' => 'Zone d\\\'administration', Would this work with IE? Thanks for feedback! .-)
Boris Fernandez SAM NAMEBAY http://www.namebay.com Fax : +377 97 97 21 13
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- esanta: 7:50pm up 3 days 21:06, 7 users, load average: 0.00, 0.02, 0.05
participants (2)
-
boris@namebay.com
-
Martin Edenhofer