From 611c7e8a00224970811c6e1ac20d1bd3d5e5b68a Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Tue, 15 Jun 1999 20:49:12 +0000 Subject: [PATCH] Get rid of control characters in text file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11512 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 4 ++++ src/util/et/texinfo.tex | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index e11c67ce0..f5707d3e9 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +1999-06-15 Danilo Almeida + + * texinfo.tex: Get rid of control characters in text file. + Wed May 19 11:44:31 1999 Danilo Almeida * Makefile.in: Add windows build rules for putting header files in diff --git a/src/util/et/texinfo.tex b/src/util/et/texinfo.tex index 838160c98..eb29dfd7f 100644 --- a/src/util/et/texinfo.tex +++ b/src/util/et/texinfo.tex @@ -1892,29 +1892,29 @@ section\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno % { \catcode `\^^@=\other -\catcode `\=\other -\catcode `\=\other +\catcode `\^^A=\other +\catcode `\^^B=\other \catcode `\^^C=\other \catcode `\^^D=\other \catcode `\^^E=\other \catcode `\^^F=\other \catcode `\^^G=\other \catcode `\^^H=\other -\catcode `\ =\other +\catcode `\^^K=\other \catcode `\^^L=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other -\catcode `\=\other +\catcode `\^^N=\other +\catcode `\^^O=\other +\catcode `\^^P=\other +\catcode `\^^Q=\other +\catcode `\^^R=\other +\catcode `\^^S=\other +\catcode `\^^T=\other +\catcode `\^^U=\other +\catcode `\^^V=\other +\catcode `\^^W=\other +\catcode `\^^X=\other +\catcode `\^^Y=\other +\catcode `\^^Z=\other \catcode `\^^[=\other \catcode `\^^\=\other \catcode `\^^]=\other -- 2.26.2