Hi! I have started using ajax to load data on a homepage for a faster easier usage.
The homepage is created using ISO-8859-1 as charset and that seems to cause a few problems using ajax. Everything works fine until I get data with åäö in the content, then ajax insted sends strange signs. It seems that all the data I load through ajax is sent using utf-8 instead of iso-8859-1 witch all my files is. Is this a known problem and does anyone have a solution?