Perl: Convert unicode codepoint (\uXXXX) into character

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 13:13 UTC
Read the original article Hit count: 570

Filed under:
|
|
|

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

Related posts about perl

Related posts about unicode