We're using RichTextArea to compose emails. The problem seems to be
that some email clients aren't seeing the characters correctly. So ©
shows up as a ?, but © shows up correctly.

On Jan 12, 3:50 am, Martin Trummer <[email protected]> wrote:
> I just wonder, why you would want to do that?
> what's wrong with the unicode chars?
>
> On 11 Jan., 20:03, DCYorke <[email protected]> wrote:
>
>
>
> > When setting HTML to a RichTextArea, some HTML entities are converted
> > to unicode. For instance, &laquo; is converted to «, &copy; 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.


Reply via email to