This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use cp command instead of shutil.copy2 from python
The copy2 function from python does not copy the file in it's original encoding. If the source file is tagged as IBM-1047, the destination file will be in ISO8859-1 encoding AND untagged. Once python(2.7.13) is fixed, we can undo this.
- Loading branch information