It would be the simpler solution if I had access to the pop-up page
but in this case it's an external site.

On Fri, Feb 20, 2009 at 8:43 PM, Jason Webster <ja...@intraffic.net> wrote:
> Assuming that the pop-up page is either a new browser window or
> modal-iframe-type-thing,
> you can try setting the Content-type via a meta/http-equiv tag in the head
> of the document being served:
>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
>
> This may be the simpler solution.
>
> On 20/02/2009 2:57 PM, Luiz A Brandao Jr wrote:
>>
>> 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
>
>

Reply via email to