This is being returned from Bing's JSON API:
"ÓÄÄTestÓÄÅ.com Web Based ÓÄÄTestingÓÄÅ and Certification Software v2.0"
This is because "test" was the search keyword and is supposed to be replaced with strong or bold tags. I want to take this out, but I can't seem to use gsub or delete as they in unicode (I'm not even sure if it is unicode).
I can't seem to find any good documentation on handling this.