home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12336 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.2 KB

  1. Path: sparky!uunet!deere!jrh@de.deere.com
  2. From: jrh@de.deere.com (John R. Howell)
  3. Newsgroups: comp.sys.sgi
  4. Subject: zip - 8 bit ascii "characters"?
  5. Message-ID: <1158@deere.com>
  6. Date: 13 Aug 92 12:44:03 GMT
  7. References: <1152@deere.com> <og471gk@fido.asd.sgi.com>
  8. Sender: usenet@deere.com
  9. Organization: Deere & Company
  10. Lines: 21
  11.  
  12. In article <og471gk@fido.asd.sgi.com>, davis@bedlam.asd.sgi.com (Tom Davis) writes:
  13. > Zip supports 8 bit characters.  If such a character appears in the
  14. > text, zip represents it as Xhh, where X is a funny-looking "x" in
  15. > a box, and hh are two hex digits.  Thus, control-C looks like:
  16. > X03, where "X" is the funny looking character.
  17.  
  18. Well, what I really want to do is have zip display the extended characters
  19. correctly.  i.e. I'd like to use the degree symbol, registered symbol,
  20. foreign characters and others that are available in the "standard" PostScript
  21. font. I would also like to import my own font, based on the ibm pc character
  22. set and be able to draw boxes, etc.
  23.  
  24. So ... I guess the way I read this is that zip can accommodate 8 bit
  25. characters, it will just display the high bit ones with the above
  26. short hand instead of the actual characters.
  27.  
  28. Thanks.
  29.  
  30. John
  31.  
  32.