diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 20:58:20 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-12 20:58:20 +0000 |
commit | 188adc5323553a1369f598603bf8a07fce4e8f5b (patch) | |
tree | 2c164eaea9dbe326b0935fad257cf1795f3bd6a0 /textproc/Makefile | |
parent | 27b8dece77dfb43f56fc206e88dcf54ecb0f9a68 (diff) | |
download | ports-188adc5323553a1369f598603bf8a07fce4e8f5b.tar.gz ports-188adc5323553a1369f598603bf8a07fce4e8f5b.zip |
Add uni2ascii.
uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a variety of
7-bit ASCII equivalents including: hexadecimal and decimal HTML numeric
character references, \u-escapes, standard hexadecimal, and raw hexadecimal.
WWW: http://freshmeat.net/projects/uni2ascii/
PR: ports/86017
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=142549
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 62416d6ae6c2..1c76b17630f9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -711,6 +711,7 @@ SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += ua-ispell + SUBDIR += uni2ascii SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview |