home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / softsys / andrew / 1469 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ucbvax!ANDREW.CMU.EDU!rr2b+
  2. From: rr2b+@ANDREW.CMU.EDU (Robert Andrew Ryan)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: National characters in texts
  5. Message-ID: <wfEnStG00WoiMIG2hW@andrew.cmu.edu>
  6. Date: 31 Dec 92 18:11:05 GMT
  7. References: <wfEnMBK00WoiQIG1pY@andrew.cmu.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 30
  12.  
  13. Excerpts from internet.other.info-andrew: 30-Dec-92 National characters
  14. in texts Rainer Klute@ucbvax.Berk (642)
  15.  
  16. > What annoys me is that typing a national character (i. e. a German
  17. > umlaut) in, say, ez crashes the application. Is this regarded as usual
  18. > behavior, could it be due to my unusual installation, or did I miss
  19. > anything in the documentation?
  20.  
  21. This is certainly not normal behavior.  Which version of Andrew are you
  22. using?  (5.1 is the latest public release)  Check that
  23. $ANDREWDIR/lib/compchar exists and contains the single readable file
  24. comps.    It should start out like below...
  25.  
  26. # Standard composites file for CompChar, contains mappings for
  27. # most ISO language characters and symbol and symbola font characters.
  28. ag xe0 a\*(l`
  29. aa 225 a\*(l'
  30. a^ 226 a\*(l^
  31. a~ 227 a\*(l~
  32. a: 228 a\*(l:
  33.  
  34. Unfortunately ATK applications running under X are set up to send most
  35. error messages to the ATK console program, so there may be a message
  36. explaining the failure which isn't being displayed.  To avoid this you
  37. could edit xim.c so that the first statement in xim_Establish console is
  38. "return;"  This way most error messages will appear on stderr, usually
  39. the tty the program started from.
  40.  
  41. -Rob Ryan
  42. Andrew Consortium
  43.