MarvinView Example - Japanese character support

In case the HTML <head> tag contains the encoding as shown in the row below, Japanese characters can be directly given as applet parameters as shown on the image.
    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">

In this example the name of the molecule is given with JavaScript escapes:
    mview_param("cell0", "|C1=CC2=C(C=C1)C=CC=C2"
    +"|Naphthalene|Name:|\u30CA\u30D5\u30BF\u30EC\u30F3|Weight:|128.17052");