home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / editors / 3098 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!spool.mu.edu!nigel.msen.com!math.fu-berlin.de!wolff
  3. From: wolff@inf.fu-berlin.de (Thomas Wolff)
  4. Subject: Re: Internationalized editing, Euro characters
  5. Message-ID: <PK39BIK@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Free University of Berlin, Germany
  8. References: <1992Dec8.022352.27614@igor.tamri.com>
  9. Date: Tue, 22 Dec 1992 18:59:53 GMT
  10. Lines: 22
  11.  
  12. alex@igor.tamri.com (Alex Olender) writes:
  13.  
  14. > Is there a way to tell "vi" to display these
  15. > characters as they "should" look.
  16.  
  17. .login settings like 'stty pass8', 'stty -istrip' and similar ones 
  18. (and of course, the right setup of your hardware) should convince Unix 
  19. interfaces to allow 8 bit characters. The exact command varies with Unix 
  20. versions. Choice of complete screen fonts may also be important.
  21.  
  22. Other, also varying settings may be required to convince programs to 
  23. accept 8 bit data as characters. On then Sun, e.g., the convention is 
  24. setenv LC_CTYPE iso_8859_1
  25. vi would behave well in that environment.
  26.  
  27. For input, the most general method without redefining keys / attaching 
  28. function keys etc, is the compose key which is available on all modern 
  29. keyboards and terminals. E.g., you would get a letter E with a grave accent 
  30. by typing the key sequence compose-E-` . Certain programs, especially 
  31. editors, may have their own methods.
  32.  
  33. Printing may be another horror...
  34.