Hello, I'm developing a site using UTF-8 but I have to pop-up a page that seems to be using ISO-8859-1. This pop-up page doesn't set the charset in its HTML headers and because of that it's not being properly displayed within Firefox. It seems that Firefox is using the same encoding of the parent window when rendering the pop-up page. I changed the charset info in the header of the parent window to ISO-8859-1 and the poped-up page was displayed fine.
So I was wondering how can I use utf8_decode() function to convert all output data? Can I set a filter to Zend_View? I need something similar to the "escape" helper but I can't use it because not all layout content are dynamic so I have UTF-8 text that I can't apply escape to. Thank you, Luiz Jr
