Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cwjcc!tut.cis.ohio-state.edu!bloom-beacon!ZERMATT.LCS.MIT.EDU!RWS From: RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) Newsgroups: comp.windows.x Subject: X protocol encoding questions Message-ID: <19881027155801.3.RWS@KILLINGTON.LCS.MIT.EDU> Date: 27 Oct 88 15:58:00 GMT References: <881017-125013-3201@Xerox> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 Date: Mon, 17 Oct 88 12:50:01 PDT From: jacobi.pa@xerox.com 1) PolyText8 says: p unused, p=pad(n) (p is always 0 or 1) but couldn't p be 2 or 3 ? No, it must be 0 or 1. The client has to insert a zero item to ensure this. Xlib takes care of this. 2) TEXTITEM16 says: 1 n number of CHAR2Bs in string (cannot be 255) 1 INT8 delta n STRING16 string shouldn't it say ? 2n STRING16 string Yes.