Have a look at http://code.jsoftware.com/wiki/User:June_Kim

sent from an android phone
2016. 6. 23. 오전 10:01에 "Eric Iverson" <eric.b.iver...@gmail.com>님이 작성:

> Yes, it only works with simple (European) utf-8 where the glyph takes one
> space and is properly represented in a fixed pitch font.
>
> I should have made that clear in the announcement.
>
> Now that this simpler problem has been fixed, suggestions for extending it
> would be welcome. But my understanding was that fixed pitch font for such
> cases was not well defined in which case it is not a solvable problem for
> console output.
>
> On Wed, Jun 22, 2016 at 8:34 PM, bill lam <bbill....@gmail.com> wrote:
>
> > Apparently it assume display width of unicode characters to be 1.
> > While this is true for european alphabets, but not for others.
> >
> >    <u:300+i.10
> > +----------+
> > |ĬĭĮįİıIJijĴĵ|
> > +----------+
> >    <u:3000+i.10
> > +----------+
> > |ஸஹாிீு|
> > +----------+
> >    <u:30000+i.10
> > +----------+
> > |田由甲申甴电甶男甸甹|
> > +----------+
> >
> > I guess the case for 3000+i.10 should be ignored, since I don't
> > think J can make it right anyway.
> >
> > Unicode standard should already define display width for each block
> > of characters. For simplicity it may assume code points starting
> > from U+3400 (which the first CJK range started) have display width of 2.
> >
> > Ср, 22 июн 2016, Eric Iverson написал(а):
> > > New tested builds for windows/linux/mac 32/64.
> > >
> > > This release is beta-7. Boxed utf-8 data now displays (and has ":
> result)
> > > with extra spaces so that vertical box draw chars line up.
> > >
> > > See http://www.jsoftware.com/download/jengine for more details,
> > >
> > > If interested please install and play with these builds. Problems are
> > much
> > > better found now than later.
> > > ----------------------------------------------------------------------
> > > 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
> > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> > ----------------------------------------------------------------------
> > 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