How can I convert a Unicode codepoint (\uXXXX) into a character in Perl?
        Posted  
        
            by Peterim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Peterim
        
        
        
        Published on 2010-04-19T13:09:18Z
        Indexed on 
            2010/04/19
            22:53 UTC
        
        
        Read the original article
        Hit count: 206
        
I have some unicode codepoints (\u5315\u4e03\u58ec\u4e8c\u4e0a\u53b6\u4e4b), which I have to convert into actual characters they represent.
What's the simplest way to do so?
Thank you.
© Stack Overflow or respective owner