From: Segher B. <se...@ke...> - 2010-12-06 12:58:11
|
>> As for the .ds?, .vcproj and .sln files, these are _opaque_ files that >> you >> shouldn't be poking around in. Sure, we happen to know that some are >> text >> with <CR><LF> line endings. IMO, whatever the OS, this SHOULD NOT be >> changed. You SHOULD NOT be editing them with a tool that does not >> preserve >> the <CR><LF>. They should be treated as binary files, > > That is exactly what I mean. They should be treated as binary files > and binmode is the preferred way to deal with them. I think that way causes fewest problems, yes. Segher |