When saved to XML, line feeds get converted to \n instead of \r\n.
Logged In: YES user_id=851994
The problem appears to be in the XML Reader, where \r\n is read as \n. (see Drivers\XMLDriver.cs: line 133)
Log in to post a comment.
Logged In: YES
user_id=851994
The problem appears to be in the XML Reader, where \r\n is
read as \n.
(see Drivers\XMLDriver.cs: line 133)