You reported the problem on September 23; the DLL for the beta was built on September 19.
----- Original Message ----- From: bill lam <[EMAIL PROTECTED]> Date: Sunday, September 23, 2007 0:02 Subject: [Jprogramming] bug in unicode m&i. ? To: Programming forum <[email protected]> > Is there a bug in special code for currying dyad i. with unicode > argument? > a=. <("1) u: 3 3$'abcd' > a i. <'abc' > 0 > a&i. <'abc' > 3 > a&i. <u: 'abc' > 0 > > similarly > > b=. <("1) 3 3$'abcd' > b i. <'abc' > 0 > b&i. <'abc' > 0 > b&i. <u: 'abc' > 3 > > 9!:14'' > j601/2006-11-17/17:05 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
