[jQuery] [autocomplete] charset

[jQuery] [autocomplete] charset


Hello,
I'm having problem with charset on searching value, that is returned
in param "q".
On main page and od page from where script search for data I have
charset placed:
main script:
<meta HTTP-EQUIV='Content-Type' Content='text-html;
charset=windows-1250'>
search script:
header( "Content-Type: text/html; charset=Windows-1250" );
I get some wierd characters when I use unicode characted like š,č,ž.
Thanks