behaviour of < is different if the string is unicode.  u: is required in
some places and it is not related to simplicity or complexity if you 
wants correct results.  

compare the outputs of _16{.a. with  u: _16{.a.

the first contains illegal utf8 characters which can be checked by
isutf8 _16{.a.

What would you expect from gtkide to display those illegal characters?

Вск, 05 Фев 2012, Fraser Jackson писал(а):
> Why should I have to use u: to box elements of a.  ?  Seems an unnecessary 
> complication - and a bigger problem for beginners.
> 
> In gtkide <"0 [2}. u: i. 16 16  still has all the problems.  That suggests 
> some problems are associated with the unicode treatment of control 
> characters.
> 
> Even in Jconsole the first and second line are also irregular.When the 
> configure specifies a mono spaced font in gtkide we should surely expect 
> characters within the ascii set will be treated as atoms and assigned a 
> single space.
> 
> I am really seeking that members of the alphabet  ( and hence any literal 
> nouns defined using that set ) have each member treated as an atom and that 
> that treatment is clearly separated from their role in controlling the 
> nature of the display.  That seems to have been achieved in J602.
> 
> The treatment of type 131072 - unicode obviously involves a host of other 
> issues with respect to display and treatment of aoms.  However there are a 
> large number of problems within the narrower framework of atoms within a. or 
> represented by those characters. Precise, simple and consistent display of 
> those atoms is extremely valuable and important and has not yet been 
> achieved with the gtkide.
> 
> Fraser
> ----- Original Message ----- 
> From: "bill lam" <bbill....@gmail.com>
> To: <programming@jsoftware.com>
> Sent: Sunday, February 05, 2012 3:04 PM
> Subject: Re: [Jprogramming] Problems displaying the alphabet in J701gtk and 
> J701jhs
> 
> 
> > It seemes that the characters in the first two rows caused the trouble,
> > the following display ok in gtkide,
> >
> > <"0 [ u: 2}. i.16 16
> >
> > jconsole have no problem in displaying them.
> >
> >   <"0[u: i.16 16
> >
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to