This
release now provides support for Multi-Language International
character sets. The character set (encoding) can be
specified with the parameter, "charset"
In
the applet form the following should be added between
the <applet> and </applet> tags.
<param
name="charset" value="[encoding name]">
If
this parameter is not present then a default value
of "8859_1" will be used, which represents
Latin Alphabet No.1 (the default for Western English
browsers).
Here
are some of the more common values,