home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17718 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!concert!ais.com!bruce
  2. From: bruce@ais.com (Bruce C. Wright)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: EVE specins function? (or 'How to enter hex?')
  5. Message-ID: <1992Nov10.062533.5824@ais.com>
  6. Date: 10 Nov 92 06:25:33 GMT
  7. References: <96875@netnews.upenn.edu> <1992Nov9.233539.1@slacvx.slac.stanford.edu>
  8. Organization: Applied Information Systems, Chapel Hill, NC
  9. Lines: 15
  10.  
  11. In article <1992Nov9.233539.1@slacvx.slac.stanford.edu>, fairfield@slacvx.slac.stanford.edu writes:
  12. > In article <96875@netnews.upenn.edu>, st@eniac.seas.upenn.edu (Stephen W. Thompson) writes:
  13. >> Some null characters were in a file received from 'elsewhere'.  I'd like
  14. >> to know how to do a global replace to make the nulls into spaces.
  15. >> How does one enter the null (x'00') character in EVE?
  16. >     It would be nice if you could enter a null with CTRL/V CTRL/SPACE
  17. > (I don't have my ascii chart at home, null _is_ CTRL/SPACE isn't it?).
  18.  
  19. NUL is actually CTRL-@ (The CTRL characters are the printable
  20. characters from "@" through "_" -- which are 0x40 through 0x5f --
  21. XOR'd with 0x40, a space is 0x20).  Some terminal may however
  22. generate a NUL on CTRL-space or other keyboard sequences.
  23.  
  24. Bruce C. Wright
  25.