I believe all the J help files use
<head><link rel=stylesheet href="../jdoc.css" type="text/css"> ... </head>
(certainly the dictionary pages do).  So, if it is possible to specify the
encoding in the css, do you know what changes need to be made?  Currently
it says:

body {background-color: #ffffff; color: #000000}
a:link    {color: #0066cc; text-decoration: none}
a:visited {color: #0066cc; text-decoration: none}
a:hover   {color: #ff0000; text-decoration: underline}
h1 {font-size: large}
h2 {font-size: medium}
h3 {font-size: medium}
h4 {font-size: medium}
pre {background:#FFF8ED; border: 1pt solid #AEBDCC; padding: 5pt }



On Sun, Sep 9, 2012 at 1:24 PM, Boyko Bantchev <[email protected]> wrote:
>
> I just spotted the following.
>
> Some J help files, such as e.g.
>     http://www.jsoftware.com/help/primer/each.htm
> do or do not display correctly, depending on what character encoding
> the browser happens to be in.  (And the files themselves do not direct
> the browser which encoding to use.)
> ----------------------------------------------------------------------
> 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