home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / datacomm / 7530 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!unidui!Germany.EU.net!mcsun!sunic!seunet!edvina.se!bugend!ralph
  2. From: ralph@bugend.edvina.se (Staffan Vilcans)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Term 2.4 still misses THE thing that Jr-Comm has!
  5. Message-ID: <Xi6XTB7w165w@bugend.edvina.se>
  6. Date: Mon, 09 Nov 92 01:50:32 GMT
  7. References: <1992Nov6.210703.2182@sth.frontec.se>
  8. Organization: Bugend BBS
  9. Lines: 21
  10.  
  11. bjst@sth.frontec.se (Bjorn Stenberg) writes:
  12.  
  13. > Me too. But I *DON'T* need 7-bit national characters with 8-bit IBM
  14. > characters, since the IBM charset contains local characters anyway!
  15. > Why mix two perfectly good charsets?
  16.  
  17. Carefull there! I wouldn't consider either one (7-bit and IBM) to be 
  18. "perfectly good". In SF7 you can't get C-code (for instance) to look 
  19. properly and IBM (actually it's Codepage 437) is just a silly hack.
  20.  
  21. ISO 8859-1 on the other hand is a good choice, if the BBS supports them 
  22. that is. Something which by the way is lacking in much BBS-software.
  23.  
  24.  
  25. ***       REALLY NICE SIG I THINK     ***
  26.       INTEGER I
  27.       DO 42 I=1,4711
  28.          WRITE(*,*) 'WHO NEEDS C ANYWAY?'
  29. 42    CONTINUE
  30.       STOP
  31.       END
  32.