views:

14

answers:

0

When i get a json feed from a Cyrillic site, the data is in a \ufffd format instead of Cyrillic chars.

(example feed: http://jsonduit.com/v1/f/l/7sg?cb=getJsonP_1284131679846_0)

So when i set the source html to the input, i get weird boxes instead of characters. I tried to unescape the input but that wont work too.

How do i revert the feed back to Cyrillic?

(btw, the source page encoding is set to UTF-8)