Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!uunet!munnari.oz.au!metro!wolfen!wraith!david From: david@cs.uow.edu.au (David E A Wilson) Newsgroups: comp.lang.c Subject: Re: How can I de-escape my strings at run time? Summary: Should vertical tabs map into newlines? Message-ID: <896@wraith.cs.uow.edu.au> Date: 3 Jun 90 04:48:29 GMT References: <6550.26639B0A@puddle.fidonet.org> <2596@litchi.bbn.com> Organization: Dept of Computer Science, University of Wollongong, Australia Lines: 6 In article <2596@litchi.bbn.com>, rsalz@bbn.com (Rich Salz) writes: > case 'v': *p = '\n'; break; /* Vertical tab */ Shouldn't this be '\v' or at least '\013' (for ASCII vertical tab)? David Wilson