I'm scraping websites and need to decode javascript escape sequences to standard unicode strings. For example, the source file contains the sequence:
\u30ca\u30c1\u30e5\u30e9\u30eb\u30ed\u30fc\u30bd\u30f3\u3000\u7bc9\u5730\u6771\u5287\u30d3\u30eb
and I want to convert it to the string
ナチュラルローソン築地東劇ビ
How can I do this?