https://bugzilla.novell.com/show_bug.cgi?id=586901
https://bugzilla.novell.com/show_bug.cgi?id=586901#c6 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Miguel de Icaza <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
