On Fri, 2007-12-07 at 09:23 -0500, Matt Kettler wrote: > Also, keep in mind that it's perfectly valid to have multiple ok_locales > statements so:
No. :) According to the documentation, "if there are multiple ok_locales lines, only the last one is used." guenther -- 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; }}}