home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12340 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.8 KB  |  35 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!walter!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!sdd.hp.com!mips!odin!fido!bedlam.asd.sgi.com!davis
  3. From: davis@bedlam.asd.sgi.com (Tom Davis)
  4. Subject: Re: zip - 8 bit ascii "characters"?
  5. Message-ID: <oh8vvp4@fido.asd.sgi.com>
  6. Sender: news@fido.asd.sgi.com (Usenet News Admin)
  7. Organization: sgi
  8. References: <1152@deere.com> <og471gk@fido.asd.sgi.com> <1158@deere.com>
  9. Date: Thu, 13 Aug 1992 15:36:31 GMT
  10. Lines: 23
  11.  
  12. Sorry.  I misunderstood.  There is another version of zip called the
  13. "internationalized" version that does display a whole bunch of additional
  14. characters that's in the release.  The additional characters use the
  15. ascii codes between 0x80 and 0xff.  I forget what the program's called --
  16. either "isozip" or "zip.int", I think.  For now, it can only use the
  17. single built-in font that's a little bit larger than the default font,
  18. and with the additional characters, some of the display optimization
  19. code can't work, so the display performance isn't quite so fast.
  20.  
  21. It's not really internationalized; that's a bad name.  It just uses the
  22. ISO character set, and can't possibly be used for asian fonts, etc.  I'm
  23. also not sure what sorts of contortions you'll have to go through to
  24. actually print any documents you may create.
  25.  
  26. You can remap keys on your keyboard using /usr/bin/X11/modmap so you
  27. can insert the characters directly without the <Escape> or <Control-v>
  28. monkey-business.  (Unfortunately, there aren't a lot of free keys left --
  29. if you decide you don't use macros, the F1-F12 keys are good, or you
  30. could use keys on the numeric key pad.)
  31.  
  32. The isozip program is not nearly as thoroughtly tested, but it seems
  33. solid.  I've never gotten a bug report for it that was not also a bug
  34. in the standard version of zip.
  35.