Replies: 6 comments 14 replies
-
Beta Was this translation helpful? Give feedback.
-
another detail, using an hexa editor I can see that at the end of each line, I have 0xd 0xd 0xa that equal : CR CR LF. maybe a solution would be to have a plugin in winmerge that would perform hexadecimal replace of "0xd 0xd 0xa" by "0xd 0xa". is it possible to do this ? |
Beta Was this translation helpful? Give feedback.
-
In the latest version (2.16.36), you can replace CR+CR with CR using the Replace Unpacker plugin ( |
Beta Was this translation helpful? Give feedback.
-
also I tried the last version of winmerge and I don't have Replace Unpacker plugin. How can I add it ? is it normal I don't have it after installing the last version of the tool ? |
Beta Was this translation helpful? Give feedback.
-
ok thanks no it works, I have the plugin replace displayed. and I was able to perform the replace you proposed. two problems I have : 1 - replacement is : \r\r replaced by \r whereas I want to replace only CRCRLF by CRLF. I don't want to replace all successive line return by one line return. 2 - is there a way to launch a compare using command line + the plugin activated with correct replacement ? |
Beta Was this translation helpful? Give feedback.
-
thanks a lot. do you know if it could be asked as an evolution to be able to perform search and replace and doing the correct distinction between CRLF and LF ? |
Beta Was this translation helpful? Give feedback.
-
we need to replace wrong end of line char "CRCRLF" by "CRLF" or "CRCR" by " CR" before performing the compare.
I see in in help that there is a script called "Replace" in the list of script "makeupper, makelower, etc" by in my winmerge version I can't see it. the only scripts I have are :
is there a way also to write my own script to automatically replace "CRCRLF" by "CRLF" without force the user to provide string to be replaced.
Beta Was this translation helpful? Give feedback.
All reactions