francky06l - You're quite right!
Re-saving the default.po file for French (& other languages ) with UTF-8 encoding solved the problem completely.
Thanks! Now I don't need to specify the ISO-8859-1 charset in my beforeRender() while I also leave the UTF-8 as my charset right from my default layout.

Femi

francky06l wrote:
Are the errors you see are in the language file for French ?
If so, I think you should save your language file in UTF-8 without
BOM.

On Aug 1, 11:29 am, Femi Taiwo <[EMAIL PROTECTED]> wrote:
  
Hi,
The i10n version (french in this case) of my cakephp application shows
up with invalid characters, if I'm loading up the view using ajax. If i
use the classic full reload of the page, everything's normal,
but views loaded using ajax do not render well. Accented characters show
up as question marks or other funny looking character.
I thot it might have something to do with the set charset, so i changed
the charset from UTF-8 to
<?php print $html->charset('ISO-8859-1'). "\n"; ?> without results.

I've included a small screenshot in this mail hoping it would help. The
left sidebar of the displayed page came with the index.ctp while the
part on the right was loaded using ajax .
Please has anyone experienced this before or have an idea how to do this
correctly

Thanks. Cheers

Femi T.

 french-i10n.jpg
19KViewDownload
    




  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to