http://bugs.winehq.org/show_bug.cgi?id=14281
Summary: Richedit's EM_SETTEXTEX handler doesn't notice \urtf as valid RTF sequence Product: Wine Version: 1.1.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: ne4@parsoma.net
Per http://source.winehq.org/source/dlls/riched20/editor.c#L2184 (links to Richedit's EM_SETTEXTEEX handler), it doesn't check for \urtf as specified by http://msdn.microsoft.com/en-us/library/bb774284(VS.85).aspx ("If lParam starts with a valid Rich Text Format (RTF) ASCII sequence—for example, "{\rtf" or "{urtf"—the text is read in using the RTF reader"). I have verified that Windows XP SP2 behaves as specified by MSDN.