Skip to content

Bhanditz/encoding-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

encoding

Basic tool for fixing mixed NFC/NFD encoding. Will walk recursively throughout a folder and detect NFD encoded filenames. If not in dry-run mode, it will rename them to using NFC normalization form.
Not working on MacOSX, as MacOSX always store filenames in NFD.

Usage

$ go run main.go --help

Options:

  -h, --help      display help information
  -f, --folder   *Root folder to start scanning for NFD encoded filenames
  -d, --dry-run   Use dry run to see all changes without applying them

About

Basic tool for fixing mixed NFC/NFD encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%