http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=800

           Summary: Internal strings should have LF newlines
           Product: Mahogany
           Version: from CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: General mailbox&news access
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Overview of newline types:
* C++ (LF)
* Network (CRLF)
* Unix (LF)
* Windows (CRLF)

Mahogany should use C++ newlines (LF) in all strings. Only strings that
contain readable text are considered, binary data can contain anything.
The catch is that c-client uses network newlines (CRLF) and all calls to
c-client must be surrounded by CRLF<->LF conversion routines. This
requires a lot of work, because currently no c-client calls are
protected by conversion code. Some more care must be taken when writing
to files, because Mahogany often doesn't do platform newline conversion.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to