Back to WorldCast Home Page

Does WorldCast display Unicode (double-byte) charsets, like Chinese, Japanese, etc. properly?


Yes it does.
 
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">  


Back to WorldCast Home Page