in reply to Re^2: How to convert between Unicode codepoint and UTF8 character code on Perl?
in thread How to convert between Unicode codepoint and UTF8 character code on Perl?

Yes, even you can use CPAN!

Alternatively, use chr to transform code point numbers into wide characters.

  • Comment on Re^3: How to convert between Unicode codepoint and UTF8 character code on Perl?