I have this HTML document with javascript that delivers AJAX funtionality:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<script
...
getRequest(
'myAjax.php?url='
...
</body>
</html>
In this HTML file all "üöä..." are shown correct. But in this code I make a AJAX to the myAjax.php?url='...' file. It returns the content I want. Including text. But this Text appears then with charset errors like: gef�hrdet or w�nschen
What can I do?