logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ExplicateUTF8 - Explain the status of a sequence of bytes as a UTF8 encoding

Author

Command Line Flags

       -h     Print usage message.

       -o <byte offset>
              Skip the first <byte offset> bytes of the input.

       -v     Print version information.

Description

ExplicateUTF8  examines its input and determines whether it begins with a valid UTF8 Unicode sequence. If
       the sequence is invalid, it explains why. If the sequence is valid,  it  explains  why  the  sequence  is
       valid, gives the equivalent UTF-32 code, and explains how this value was computed.

       If no input file name is supplied, ExplicateUTF8 reads from the standard input.

License

       GNU General Public License

                                                 December, 2003                                 ExplicateUTF8(1)

Name

       ExplicateUTF8 - Explain the status of a sequence of bytes as a UTF8 encoding

References

       Unicode Standard, version 4.1

Synopsis

ExplicateUTF8((-o<byteoffset>)<filename>)

See Also