[Mono-bugs] [Bug 586901] RichTextBox didn't handle Unicode string correctly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 11 23:00:24 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=586901

https://bugzilla.novell.com/show_bug.cgi?id=586901#c6


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel at novell.com

--- Comment #6 from Miguel de Icaza <miguel at novell.com> 2010-12-12 04:00:22 UTC ---
For the record, the RTF is an 8-bit encoding system, so the strings that you
pass to Rtf needs to contains chars in the 0-255 range, any other values above
that are invalid. 

If you want to insert unicode characters, those need to be encoded with an RTF
escape sequence.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list