diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-30 20:18:07 +0000 |
commit | 074317532bb8431f9d760f2d3f392a391e2aeca6 (patch) | |
tree | d5554d06b8b91f5aba3e33e3bbdbda732845960d /sysutils/uniutils/pkg-descr | |
parent | 480885b1d1171d31a3edab92c8ac83a036f09ff7 (diff) | |
download | ports-074317532bb8431f9d760f2d3f392a391e2aeca6.tar.gz ports-074317532bb8431f9d760f2d3f392a391e2aeca6.zip |
Upgrade to 2.24.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
Remark: this port has been renamed to uniutils.
Notes
Notes:
svn path=/head/; revision=183725
Diffstat (limited to 'sysutils/uniutils/pkg-descr')
-rw-r--r-- | sysutils/uniutils/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/uniutils/pkg-descr b/sysutils/uniutils/pkg-descr index 08381b35c444..8d039b69ab95 100644 --- a/sysutils/uniutils/pkg-descr +++ b/sysutils/uniutils/pkg-descr @@ -1,4 +1,4 @@ -Unidesc consists of four programs for finding out what is in a Unicode file. +Unidesc consists of five programs for finding out what is in a Unicode file. They are useful when working with Unicode files when one doesn't know the writing system, doesn't have the necessary font, needs to inspect invisible characters, needs to find out whether characters have been combined or in what @@ -12,12 +12,12 @@ belong. It can also be used to identify Unicode encodings (e.g. UTF-16be) flagged by magic numbers. unihist generates a histogram of the characters in its input, which must be -encoded in UTF-8 Unicode. By default, for each character it prints the -frequency of the character as a percentage of the total, the absolute number of -tokens in the input, the UTF-32 code in hexadecimal, and, if the character is -displayable, the glyph itself as UTF-8 Unicode. +encoded in UTF-8 Unicode. ExplicateUTF8 is intended for debugging or for learning about Unicode. It determines and explains the validity of a sequence of bytes as a UTF8 encoding. +Unirev is a filter that reverses UTF-8 strings character-by-character (as +opposed to byte-by-byte). + WWW: http://billposer.org/Software/unidesc.html |