An open API service indexing awesome lists of open source software.

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

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