Dan Bron wrote:
The definition of the adverb  Each_jweb_  needs to change from:

       Each =:  (<@) (@>)

to:

       A    =:  ((,'@') <@; <)@,"0            NB.  Due to Hui
       Each =:  1 : '( ({. box) A m) A {: box =. <`>'


Also  across_jweb_  from:

       across=: adverb def '(# # 1:) ([EMAIL PROTECTED] $ ,)@:u;.1 ]'

to:

       across=: adverb def '1 (  ({.  ([EMAIL PROTECTED] $ ,)`[  )  A   u  );.1 
]'

(So, so ugly).  Sorry about the oversight.

I fixed this bug in Publish for the next release, by removing both Each and across.

However, I notice other problems - the system does not properly support utf8, and only works under Windows. Probably output should set the utf8 charset, and be direct to an html file, rather than shown in an ocx control.

I am not really familiar with this package, so these are not quick fixes for me. Any volunteers to make these changes?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to