You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Montreal on Rails
thought montrealers might be good people to ask about this topic:
I just installed caching on my Rails site and it's working great only
problem is that it isn't caching pages with my french character
encodings eg é - it's storing them as rendered - so example é .
I just get garbled characters in my browser....
this is the content type meta tag i have:
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
any ideas? wrong content type? rails setting? do i need to encode
different eg as hex or unicode numbers etc?