http://bugzilla.novell.com/show_bug.cgi?id=511515
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=511515#c511488 Summary: RichTextBox SaveToFile doesn't save linebreaks always as CRLF in Windows Classification: Mono Product: Mono: Class Libraries Version: 2.4.x Platform: x86 OS/Version: Windows XP Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) When saving RTB content linebreaks should always be converted to CRLF on Windows platform (Environment.NewLine) Reproducible: Always Steps to Reproduce: 1.compile and run appended test.cs 2.inspect creates file "Test.txt" 3.notice that linebreaks are only Linefeed (LF) Actual Results: Linebreaks are save as they are and not converted to CRLF on Windows platform Expected Results: Always CRLF on Windows This is close related to bug #511488. -- Configure bugmail: http://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
