Hello, i am using AJAX to load text form .txt file into variable. It works well, but the problem is with polish signs like "l, a, c" which are transformed into replacement charactes ?. How can i prevent this happening?
I was thinking about Overrideing MIME type with f.e. "text/plain; charset=utf-8", but this does not help.