[jQuery] Re: [autocomplete] charset

2009-04-15 Thread borutt
e replace characters "äť" with "č" and is ok. But that is not the solution. I have set all the header for character set to windows-1250. I think that the problem is with ajax request in your script. But I might be wrong. Does this help you any more? Thanks On Apr 14, 6:37 p

[jQuery] Re: [autocomplete] charset

2009-04-14 Thread borutt
> was the page with the form containing the input element explicitly served > with header "Content-Type: text/html; charset=Windows-1250"? (i check > headers sent in WebKit Inspector, i'm sure there are other ways.) I have included in the html header this line: > have you set the accept-charset

[jQuery] [autocomplete] charset

2009-04-14 Thread borutt
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: search script: header( "Content-Type: text/html; charset=Windows-1250" ); I get some wierd characters when I