If a HTML page is to be read by international readers, it is
recommended to give the proper charset information in the page. It's
because the browser will use the default charset for the user and
hence it will display totally difference characters
instead(considering J's heavy use of symbol characters that's a big
problem depending on the user's environment -- for example, a
backslash is displayed as a Korean currency if there's no charset
info), if without any information about the charset of the specific
page.

<head> or <HEAD>

in any html files under "help" directory should be replaced with

<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to