I don't have any Apple products, but it looks to me like the HTML changes
are wrong.  There should by semicolons after the escaped sequences, so
undoing them should include them.

  d=. d rplc '&lt;';'<'
  d=. d rplc '&amp;';'&'

Paul
On Jun 19, 2012 11:48 AM, "Eric Iverson" <eric.b.iver...@gmail.com> wrote:

> Thanks for the clear report. Progress, but not quite there yet.
>
> There are 2 problems.
>
> The first is that what should be created is ~addons/math/misc. This might
> be due to a typo mistake on your part.
>
> The create should be:
>   jt 'c';'~temp/t.jt';'~addons/math';'misc'
> The extract should be:
>      jt 'x';'t.jt';'~addons/math'
>
> Note: ~addions/math path and the misc folder.
>
> The 2nd problem is mine and I need to think about it a bit. The original
> text has to be mangled to fit in the html textarea. This mangling needs to
> be undone.
>
> What is required is something like;
>   d=. fread't.jt'
>   d=. d rplc '<br>';LF
>   d=. d rplc '&lt';'<'
>   d=. d rplc '&amp';'&'
>   d fwrite 'j.jt'
>
> and now do the extract.
>
> I need to think about where to do this. You could try the above suggestions
> manually. I'll have a fixed version out this evening.
>
> On Tue, Jun 19, 2012 at 1:52 PM, Brian Schott <schott.br...@gmail.com
> >wrote:
>
> >
> > Eric, there's good news and there's bad news. The good news is that I was
> > able to select all on the iPad with the math directory. The bad news is
> the
> > directory (below) looks funky and I don't know where to get the files.
> The
> > final directory is named misc, not math or math/misc. Also notice that
> each
> > script has a HTML break after it.
> >
> > In the instructions for the attach verb you forgot the prefix temp.
> >
> >   jd '~addons/misc'    NB. folder files
> > amoeba.ijs<br>
> > bigpi.ijs<br>
> > brent.ijs<br>
> > build.ijs<br>
> > contfrac.ijs<br>
> > det.ijs<br>
> > fermat.ijs<br>
> > gamesolver.ijs<br>
> > gcd.ijs<br>
> > integer.ijs<br>
> > integrat.ijs<br>  ...
> >
> > ---
> > (B=)
> >
> > On Jun 19, 2012, at 12:26 PM, Eric Iverson <eric.b.iver...@gmail.com>
> > wrote:
> >
> > >
> > > Brian, I hope you are willing to try moving over math/misc again :)
> > > ----------------------------------------------------------------------
> > >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to