Helper scripts to administrate source code repositories
- Read in a file with its best matching encoding
- Replace all line endings with unix line endings
- Save the new content with UTF-8 encoding
./convert_encoding_and_lineending.py $file
Helper scripts to administrate source code repositories
PythonBSD-3-Clause