Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!purdue!bu-cs!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: X11R3 and accents Message-ID: <8902161258.AA00189@EXPIRE.LCS.MIT.EDU> Date: 16 Feb 89 12:58:47 GMT References: <8902091229.AA01943@litsun5.litsun2.epfl.ch> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 9 The question is am I dealing with a kernel, driver, xterm, X11 problem? in xterm/charproc.c, in in_put(), there is the following code: /* strip parity bit */ for(i = bcnt, cp = bptr ; i > 0 ; i--) *cp++ &= CHAR;