WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ascii  (Read 1792 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
ascii
« on: December 21, 2009, 06:25:54 PM »
Thanks to abelmora for:

Code: [Select]
Title: ascii.tcz
Description: The ascii utility provides easy conversion between various byte
representations and the American Standard Code for Information Interchange
(ASCII) character table.  It knows about a wide variety of hex, binary,
octal, Teletype mnemonic, ISO/ECMA code point, slang names, XML entity
names, and other representations.  Given any one on the command line, it
will try to display all others.  Called with no arguments it displays a
handy small ASCII chart.  (TESTING)
Version: 3.8
Author: Eric S. Raymond
Original-site: http://www.catb.org/~esr/ascii/
Copying-policy: GPL
Size: 12KB
Extension_by: abelmora
Comments: Source at http://www.catb.org/~esr/ascii/ascii-3.8.tar.gz
CXXFLAGS=-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
Compiled with 'make; sudo make install'
Change-log: 2009/12/21 Original
Current: 2009/12/21 Original 3.8
« Last Edit: December 21, 2009, 07:10:06 PM by ^thehatsrule^ »