home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / emacs / 3044 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!haven.umd.edu!wam.umd.edu!joel
  3. From: joel@wam.umd.edu (Joel M. Hoffman)
  4. Subject: Re: 8-bit characters such as German umlauts or French accents
  5. Message-ID: <1992Sep7.132458.20554@wam.umd.edu>
  6. Sender: usenet@wam.umd.edu (USENET News system)
  7. Nntp-Posting-Host: next.wam.umd.edu
  8. Organization: University of Maryland, College Park
  9. References: <1992Sep06.062728.143859@rrz.uni-koeln.de>
  10. Date: Mon, 7 Sep 1992 13:24:58 GMT
  11. Lines: 12
  12.  
  13. In article <1992Sep06.062728.143859@rrz.uni-koeln.de> behrend@Ph1.Uni-Koeln.De writes:
  14. >Is there a possibility to represent 8-bit characters (such as German
  15. >umlauts ae, oe,...) in the Emacs editor? It would be a pity if the
  16. >capabilities of Emacs could not be used also for German texts.
  17.  
  18. The DOS version of GNU Emacs does this properly:  there's a flag pass-8
  19. which (as the name suggests) passes all 8-bits.  I also have some minor
  20. hacks to the C-code of the stock GNU Emacs distribution to create a new
  21. binary that always passes all 8-bits.  E-mail me if you want the patches.
  22. Be forwarned, though:  you'll have to recompile Emacs.
  23.  
  24. -Joel
  25.