On Sat, 2008-11-01 at 18:01 -0400, Joseph Brennan wrote: > Karsten Bräckelmann <[EMAIL PROTECTED]> wrote: > > > Anyway, can't you educate your users [...] > > Experience tells me the answer is no, or at least a qualified no. And > we're supposed to have smart people here. > > I suppose the number of responses might be even higher if we did not > try to educate people. I'll try to comfort myself with that.
Joseph, I was afraid you or Micah would tell me exactly that. *sigh* -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}