Does WorldCast display Unicode (double-byte) charsets, like Chinese, Japanese, etc. properly?
Yes it does.
Go to the Editor | Properties | Highlighting menu and choose the correct charset.
Go to the Tools | Configuration | Format | Charset menu and set it properly.
You'll probably have to set the encoding to "none (8bit)".
If you are sending HTML messages, add the following meta tag, to select the charset. In this example we're using the JAPANESE Shift_JIS charset:
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">