Henrik Gemal wrote:
when I use saveDocument HTML entities like fx © gets converted into a real copyright char.

Actually, no. The copyright char is what's in the DOM. All that's happening is that the save code is not converting it into an entity.


You probably want to set ENCODE_FLAGS_ENCODE_W3C_ENTITIES or ENCODE_BASIC_ENTITIES or some such.

-Boris
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to