##// END OF EJS Templates
eol: added filter aliases for backwards compatibility with win32text...
Colin Caughie -
r12975:278e3c9b default
parent child Browse files
Show More
@@ -104,6 +104,9 b' filters = {'
104 'to-lf': tolf,
104 'to-lf': tolf,
105 'to-crlf': tocrlf,
105 'to-crlf': tocrlf,
106 'is-binary': isbinary,
106 'is-binary': isbinary,
107 # The following provide backwards compatibility with win32text
108 'cleverencode': tolf,
109 'cleverdecode': tocrlf
107 }
110 }
108
111
109
112
General Comments 0
You need to be logged in to leave comments. Login now