Hi!
I have site based on drupal and using utf-8 encoding.
I create pop-up window with content in utf-8 but browser open it in win-1251.
I use onclick
[CODE]window.open('/file.html','','Toolbar=0,Location=0,Directories=0,Status=0,Menubar=0,Scrollbars=0,Resizable=0,Width=600,Height=250');[/CODE]