DESCR 773 B

123456789101112131415161718192021
  1. Uniutils consists of five programs for finding out what is in a Unicode
  2. file.
  3. uniname defaults to printing the character offset of each character, its
  4. byte offset, its hex code value, its encoding, the glyph itself, and its
  5. name.
  6. unidesc reports the character ranges to which different portions of the
  7. text belong. It can also be used to identify Unicode encodings (e.g.
  8. UTF-16be) flagged by magic numbers.
  9. unihist generates a histogram of the characters in its input, which must
  10. be encoded in UTF-8 Unicode.
  11. ExplicateUTF8 is intended for debugging or for learning about Unicode.
  12. It determines and explains the validity of a sequence of bytes as a UTF8
  13. encoding.
  14. unireverse is a filter that reverses UTF-8 strings character-by-
  15. character (as opposed to byte-by-byte).