the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: uni2ascii
Version: 4.9
Revision: 2
Source: http://billposer.org/Software/Downloads/%n-%v.tar.bz2
Source-MD5: e5f677fa0936606213af0125dbf38739
SourceDirectory: %n-%v
BuildDepends: libgettext8-dev
Depends: libgettext8-shlibs, tcltk, tklib, python27
PatchScript: perl -pi -e 's,/usr/bin/env python,%p/bin/python2.7,' *.py
SetLDFLAGS: -lintl
ConfigureParams: --mandir="%i/share/man"
DocFiles: AUTHORS COPYING CREDITS ChangeLog README NEWS TODO
License: GPL
Maintainer: Trevor Harmon
Description: Converts text between Unicode and ASCII
DescDetail: <<
uni2ascii and ascii2uni convert between UTF-8 Unicode and more than a
dozen 7-bit ASCII equivalents including: hexadecimal and decimal HTML
numeric character references, \u-escapes, standard hexadecimal, raw
hexadecimal, and RFC2396 URI format. Such ASCII equivalents are
encountered in a variety of circumstances, such as when Unicode text is
included in program source, when entering text into Web programs that can
handle the Unicode character set but are not 8-bit safe, and when debugging.
<<
Homepage: http://billposer.org/Software/uni2ascii.html