Does anyone know where the term escaping -- as in "escaping a character in a string" -- originates from?
Update: Paul Tomblin's answer, although rather brief, lead to the most compelling evidence. Within the paper he linked to there is the following citation:
"4. Expansion of Set
Future expansion to a set larger than 120 may take place in two ways. One is to assign additional characters to presently unassigned 8-bit codes; allowance should be made for certain control codes which will be needed for communication and other devices and which are intended to occupy the high end of the code sequence. The second method is to define a shift character to "escape" to another character set. Thus, whenever the shift character is encountered, the next character (or group of characters) identifies a new character set, and subsequent codes are interpreted as belonging to that set. Another shift character in that set can be used to shift to a third set, which may again be the first set or a different set. Such additional sets would be defined only if and when there arise applications which require them.
— R.W.Bemer, W.Buchholz, "An extended character set standard", IBM Tech. Pub. TR00.18000.705, 1960 Jan, rev. TR00.721, 1960 Jun
I also discovered another paper that followed the paper cited above:
A Proposal for Character Code Compatibility -- the Original Paper on the ESCape character
So the evidence would suggest that Bob Bemer is the father of escaping, among many, many other things (like being the Father of ASCII).
