diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-13 04:58:20 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-13 04:58:20 +0800 |
commit | c61cb922af0dcd662573b268a855160c1647ce41 (patch) | |
tree | 71e0a27c73dfb70a828b2cf6fb2426d70c59a977 /textproc/Makefile | |
parent | 12efe65b260bd9570044d345d82608fd9ff9714d (diff) | |
download | freebsd-ports-gnome-c61cb922af0dcd662573b268a855160c1647ce41.tar.gz freebsd-ports-gnome-c61cb922af0dcd662573b268a855160c1647ce41.tar.zst freebsd-ports-gnome-c61cb922af0dcd662573b268a855160c1647ce41.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>
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 |