Hello!
I am trying to build a news reader that is using the Bing News API. When I am using a keyword that does not use special characters the result displays fine on the page but if I use for example Ö I get errors, BUT if I save the results (because the API delivers fine results even when using Ö) in a local file and use that to print data it all works perfectly fine.
I have been struggeling with this for days now.
To summorize it all: When I do a remote JSON call to the Bing API and try to display it on a page there is an error, but when I use the same JSON output from a locally saved file it works fine! What can be wrong? Please help!
I am using PHP 5.2