On 10/4/07, Kairit Sirts <[EMAIL PROTECTED]> wrote:
> But is there any way to change the format somehow inside J?

Hypothetically, you could construct a corresponding to each
of the 256 'ANSI' characters (if you can find out what they are
-- is that windows code page 1252?).  This would be a table
of 256 wide characters.  Then use something like
   tbl {~ a.i.]
to convert.

The trick, of course, is figuring out what to put in your table.

Note also that if you have to have sequences of literals rather
than single literals you'd instead use
   [:; tbl {~ a.i.]
and your tbl would be boxed sequences.  (This would be much
slower.)

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to