I'm confused by your message. This beta has absolutely nothing to do with
Java. Jhs does use a bit of javascript but that is another beast entirely
and is part of the browser.

If boxed output is ragged it is because you are getting a font that isn't
truely fixed (perhaps only the boxdraw aren't fixed).

Is the font fixed? That is, doees iiiii and wwwww take the same space? Is
the problem only with boxdraw? Does
   jbd 1
fix the problem. Note there is a typo in the welcome text that says jbd 0
that should say jbd 1.

Look at config_jfe_ and see if there is a font you could use that works
better.

On Thu, Nov 26, 2009 at 6:01 AM, David Mitchell <[email protected]>wrote:

> I tried a simple test in Firefox 3.5.5 on Win7Pro64.  I've got Sun Java
> 6u16.
> The boxed output was ragged.  I tried copy and paste of the output to Jedit
> and
> got this error:
>
> java.io.CharConversionException: Failed to encode the character
> '?' (U+250C) at column 1 in line 1 with the encoding "Cp1252".
>        at
> org.gjt.sp.jedit.bufferio.BufferIORequest.write(BufferIORequest.java:393)
>        at
>
> org.gjt.sp.jedit.bufferio.BufferAutosaveRequest.run(BufferAutosaveRequest.java:82)
>        at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:213)
>        at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:180)
>        at org.gjt.sp.util.WorkThread.run(WorkThread.java:154)
> Caused by: java.nio.charset.UnmappableCharacterException: Input length = 1
>        at java.nio.charset.CoderResult.throwException(Unknown Source)
>        at sun.nio.cs.StreamEncoder.implWrite(Unknown Source)
>        at sun.nio.cs.StreamEncoder.write(Unknown Source)
>        at java.io.OutputStreamWriter.write(Unknown Source)
>        at
> org.gjt.sp.jedit.bufferio.BufferIORequest.write(BufferIORequest.java:378)
>
> The output looks fine in IE 8, Notepad or in Thunderbird 2.0.0.23:
>
>    3 2$'this is a';'ragged';'test of j'
> ┌─────────┬─────────┐
> │this is a│ragged   │
> ├─────────┼─────────┤
> │test of j│this is a│
> ├─────────┼─────────┤
> │ragged   │test of j│
> └─────────┴─────────┘
>
> It is interesting that you can open multiple browser sessions and see past
> jijx
> history.
>
> --
> David Mitchell
>  ----------------------------------------------------------------------
> 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