This
release now provides support for Multi-Language
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]">
In the servlet form the parameter should be added
to the <IMG> tag,
eg.
<img
src="[ServletEngineURL]/vbargraphServlet?
config=[URLconfigFile]&
data=[URLdataFile]&
charset=[encoding name]"
width="500" height="420">
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).
Please
Note: This parameter is only valid where the
data is provided via a text file or server side
process.
Here
are some of the more common values,