https://github.com/laike9m/all_in_utf8
Recursively find and convert files to utf8 encoding
https://github.com/laike9m/all_in_utf8
Last synced: 6 months ago
JSON representation
Recursively find and convert files to utf8 encoding
- Host: GitHub
- URL: https://github.com/laike9m/all_in_utf8
- Owner: laike9m
- Created: 2013-12-12T18:12:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T06:37:48.000Z (about 10 years ago)
- Last Synced: 2024-10-29T23:30:16.326Z (7 months ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
all_in_utf8
===Recursively find and convert non-utf8 **.py, .txt, .cpp, .c** files to utf-8
Absolute path and relative path are both acceptable
dependencies: `chardet`####use
```bash
$ python convert_to_utf8.py directory
```will automatically list all modified files' name on the screen