When setting HTML to a RichTextArea, some HTML entities are converted to unicode. For instance, « is converted to «, © is converted to © and so forth. The problem seems to originate in the innerHTML property that is used by RichTextArea. Anyone know of a workaround such that when I call getHTML() on the RichTextArea the HTML entities are included instead of the unicode? Thanks in advance.
DCYorke
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
