in reply to Re: How to interpret characters in Devel::Peek CUR
in thread How to interpret characters in Devel::Peek CUR
The characters, “ and ”, are U+201C and U+201D. The numbers \342\200\234 and \342\200\235 are the octal values of the bytes that make up those characters.
Sorry, but this leaves out a very important bit: these are the bytes that make up the characters when encoded as UTF-8.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to interpret characters in Devel::Peek CUR
by Tux (Canon) on Jun 09, 2020 at 11:11 UTC |