Conversion of text to unicode strings...
        Posted  
        
            by user154301
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user154301
        
        
        
        Published on 2010-04-02T12:17:09Z
        Indexed on 
            2010/04/02
            12:23 UTC
        
        
        Read the original article
        Hit count: 198
        
I have to process JSON files that looks like this:
\u0432\u043b\u0430\u0434\u043e\u043c <b>\u043f\u0443\u0442\u0438\u043c<\/b> \u043d\u0430\u0447
Unfortunately, I'm not sure how this encoding is called.
I would like to convert it to .NET Unicode strings. What's the easies way to do it?
Thanks in advance!
© Stack Overflow or respective owner