From: Joachim E. <joa...@gm...> - 2007-11-17 17:08:29
|
Am Donnerstag 15 November 2007 19:12:30 schrieb Marc-Antoine Ruel: > I agree it'd be great. It's probably non-trivial to implement though. Yes. Previously (version <=0.9.86) KDiff3 could do this. But since KDiff3 supports several encodings (e.g UTF-8, Unicode etc.) - which was very often asked for - this is not possible any more. The reason is, that the codecs (within Qt) throw out the "unnecessary" line ending characters. I already investigated methods to reinsert them again after converting to unicode, but this is not trivial indeed. Sorry about that. Joachim > 2007/11/15, David M. Besonen <da...@pa...>: > > afaict when kdiff3 encounters identical text files with > > different EOL characters this message is displayed: > > > > Files A and B have equal text, but are not binary equal > > > > > > after displaying this message kdiff3 goes on to show lines with > > different EOL characters as "identical". > > > > it would be great if kdiff3 was able to (optionally) display > > and diff EOL characters. would this be a significant > > modification to kdiff3? > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Kdiff3-user mailing list > > Kdi...@li... > > https://lists.sourceforge.net/lists/listinfo/kdiff3-user > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Kdiff3-user mailing list > Kdi...@li... > https://lists.sourceforge.net/lists/listinfo/kdiff3-user |