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");
The next example is about Listening for events in applets.
Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!


