byte2uni - shows what some encoding's byte should be in Unicode
byte2uni [--encoding encoding] [ --all | criterion ... ]
usage: byte2uni [ 0x## | U+#### | utf8_string ] ...
Where: 0x means an encoded byte
U+ means a Unicode codepoint
string args must be in UTF-8
Output is in UTF-8.
uniprops, uninames, perluniprops, perlunicode, perlrecharclass, perlre
Tom Christiansen <tchrist@perl.com>
Copyright 2011 Tom Christiansen.
This program is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.