json_encode() wont work for me when I\'m using åäö. Why? And how can I get it to work?
json_encode()
The php:
php
echo json_encode($arr);
JSON defines strings as Unicode!
JSON Definition
You have to encode you ISO to UTF-8