The problem has to do with the encoding of the special characters, specifically in the rss feed which is pass to the bing API. I have a little more work to on the culture specific version of the package. In the meantime you can use the entity numbers instead of the entity names for those characters and it should work fine.
Cannot call method 'getElementsByTagName' of null
Cannot call method 'getElementsByTagName' of null
Getting this error when using for example å,ä,ö in title. is there a solution to this?
Johan,
The problem has to do with the encoding of the special characters, specifically in the rss feed which is pass to the bing API. I have a little more work to on the culture specific version of the package. In the meantime you can use the entity numbers instead of the entity names for those characters and it should work fine.
ä = ä
ö = ö
å = å
The complete list of characters numbers can be found here : http://www.w3schools.com/tags/ref_entities.asp
-Chris
Ok, good to know its on its way. Thanks.
is working on a reply...