[TriLUG] Re: Application?

James Manning trilug at sublogic.com
Wed Jul 24 16:39:33 EDT 2002


[Mike Mueller]
> ¡  (created with vi; vi blah; insert mode; cntl-v; 161; save&quit)

couple other options that at least avoid an editor:

% perl -le 'print chr(161)'
% python -c 'print chr(161)'

lots of other progs down this path that could do the same

in my iso_8859_1 man page, it's:

       Oct   Dec   Hex   Char   Description
       --------------------------------------------------------------------
       241   161   A1     ¡     INVERTED EXCLAMATION MARK

ok, so this old emacs isn't happy with it :)

James
-- 
James Manning <http://www.sublogic.com/james/>
GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7  9C8E A0BF B026 EEBB F6E4



More information about the TriLUG mailing list