Finnish chars encoding issues in jQuery Ajax call

hi guys,

site I’m working on is Uutisvirta24.fi - Tuoreimmat uutiset … it is having char encoding issue with jquery ajax call. check it on page load with firebug.

oops, its solved. had to use header(‘Content-type: text/html; charset=iso-8859-1’); in the server side.