The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

byte2uni - shows what some encoding's byte should be in Unicode

SYNOPSIS

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.

DESCRIPTION

ENVIRONMENT

BUGS

SEE ALSO

uniprops, uninames, perluniprops, perlunicode, perlrecharclass, perlre

AUTHOR

Tom Christiansen <tchrist@perl.com>

COPYRIGHT AND LICENCE

Copyright 2011 Tom Christiansen.

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.