home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.19 / text0058.txt < prev    next >
Encoding:
Internet Message Format  |  1990-05-17  |  1.8 KB

  1. From: uunet!relay.EU.net!ramz!ruediger (Ruediger Helsch)
  2.  
  3. In article <579@longway.TIC.COM> std-unix@uunet.uu.net writes:
  4. >From: Donn Terry <uunet!hpfcrn.fc.hp.com!donn>
  5. >The problem is that reality impinges on the ideal world.  In particular
  6. >there are LOTS of 646 terminals out there.  And, as the European
  7. >participants note, they aren't going to get replaced with 8859 ones
  8. >for on the order of 10 years.  (646 also is still a lowest common
  9. >denominator: as I understand it, sendmail can't handle 8-bit (if
  10. >I'm wrong, I apologize, but you get my point)).
  11.  
  12. IMHO that's just not true any more. A great part of the common terminals in
  13. germany are of the VT220 style, and though they are not 8859 compatible,
  14. they are close enough for many purposes. 8859 and DEC multinational character
  15. set differ mainly in the special characters section. For german letters there
  16. is no difference between the two, same for most european letters. When we
  17. are looking for terminals, we don't consider those 7 bit oldies.
  18. For PCs under some Unix variants you can map characters on output to the
  19. screen. E. g. under Xenix we work with 8859 internally and map them to the
  20. IBM-PC character set on output. Works great!
  21.  
  22. More difficult is input of national characters. Most german keyboards miss
  23. those braces and brackets that UNIX and C depend on, so we prefer using an
  24. american keyboard and need the ALT-key to input national letters. We would
  25. certainly prefer to buy keyboards with four additional keys if they existed.
  26.  
  27. Most problems stem from uncooperative software: Ultrix shell and C shell are
  28. mot 8 bit clean, many communications programs mask the eighth bit, and standard
  29. TeX does't allow for input of eight bit characters (our patched version does).
  30. Hands up for System V, they are miles ahead of BSD in respect to 8 bit
  31. handling.
  32.  
  33. Volume-Number: Volume 19, Number 58
  34.  
  35.