This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
Re: HtmlEditor with Unicode
Posted by:
Tim (---.server.ntl.com)
Date: Thursday, 10-Jul-2003, 07:34:35
Actually this property only changes the way text is read back from the control.
There's a bit of mystery here. The default IE context menu has an Encoding menu, and one suggestion would be to enable this menu and to select Unicode. However, I don't know how to set this Encoding option in code. If anyone does, I would like to know - it's on the menu, so there must be an API for it.
Another idea is to use the meta tag with the http-equiv="content-type" attribrute and set the charset attribute=UTF-16 or ISO-10646-1 or whatever. Set this in a "blank" document to initialise the HtmlEditor.
Tim