[l2h] \textasciicircum, \textasciitilde

Fred L. Drake, Jr. fdrake@acm.org
Sat, 21 Apr 2001 01:50:18 -0400 (EDT)


  \textasciicircum and \textasciitilde do not appear to be supported,
at least as of 99.2beta8; not sure about more recent versions.  I've
added the following to support them:

sub do_cmd_textasciitilde{ '~' . @_[0]; }
sub do_cmd_textasciicircum{ '^' . @_[0]; }


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Digital Creations