Currently in J6 the jconsole defaults to using 0{BOXES_j_ . IF you are using a
non-raster font then the result is the display you
In J7 the jconsole defaults to 1{Boxes_j_ (ASCII) which is nice and safe.
I use line drawing chars in the jconsole (Win7 32bit) by setting
boxdraw_j_ 2
This essentially uses ASCII linedrawing chars (i.e not +|- )
a. i. 2 { BOXES_j_
218 194 191 195 197 180 192 193 217 179 196
J7 only defines the unicode versions of the linedrawing chars in Boxes_j_ so
you can set linedrawing chars if desired by:
9!:7 ] 218 194 191 195 197 180 192 193 217 179 196 { a.
> From: Raul Miller
> Sent: Wednesday, 27 October 2010 09:55
>
> On Tue, Oct 26, 2010 at 4:38 PM, Tracy Harms <[email protected]> wrote:
> >
> > These characters occur for either of the two main typeface options, Consolas
> > and Lucida Console. Those typefaces (fonts) work fine when I use the
> > windowed interface. I have not checked results on other machines. The
> > machine in question is running Windows 7, 64 bit.
>
> I think the problem is cmd.exe
>
> They display fine for me, when I run jconsole in my usual
> environment (windows 7, 64 bit, mintty cygwin window).
> But I get the same thing you get if I run jconsole in a cmd
> window.
>
> Also, that looks like a unicode character sequence,
> with each three octet character being displayed as
> three individual characters.
>
> http://cbloomrants.blogspot.com/2010/06/06-07-10-unicode-cmd-code-page-
> checkup.html
> suggests that chcp 65001 will fix the problem, and this
> worked for me after I changed my cmd.exe font from
> raster fonts to lucidia console.
>
> FYI,
>
> --
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm