I am experiencing problems with the swedish letters å,ä,ö in my ajax
layout.
If I use this charset in both my default and ajax layout file:
<?php echo $html->charset('ISO-8859-1'); ?>
... everything without form input is rendered correctly.
If I instead use:
<?php echo $html->charset('utf-8'); ?>
... only form input is rendered correctly.
My letters are getting substituted to "?" or Ã..., ä, ö
respectively.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---