如何在Perl中将Unicode代码点(\ uXXXX)转换为字符?
问题描述:
我有一些unicode代码点(\ u5315 \ u4e03 \ u58ec \ u4e8c \ u4e0a \ u53b6 \ u4e4b),我必须将其转换为它们代表的实际字符.
I have some unicode codepoints (\u5315\u4e03\u58ec\u4e8c\u4e0a\u53b6\u4e4b), which I have to convert into actual characters they represent.
最简单的方法是什么?