Skip to content

Python script that verify the encoding of all files in a given directory

License

Notifications You must be signed in to change notification settings

sjdavalle/EncodingChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EncodingChecker

Python script that verify the encoding of all files in a given directory Automatically install and imports chardet (the lib used for guessing the encoding)

Output example

File                                          Encoding
sample_1.ps1                                  UTF-8-SIG
sample_2.txt                                  SHIFT_JIS
sample_3.ps1                                  utf-8
sample_4.txt                                  utf-8

About

Python script that verify the encoding of all files in a given directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages