Skip to content

rulerson/dconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dconv

Convert encoding of all text files under directory recursively, in place. A simple shell script, no special denpendency except of iconv utility.

Usage

Usage: dconv target-dir [from-encoding default=gbk] [to-encoding default=utf8]

Convert encoding of all text files under target-dir from from-encoding to to-encoding, in place, recursively. Text file determined by following suffix: .cpp/.c/.h/.xml/.txt, you can add your choice simply by edit shell code. Dconv will bankup target-dir beside before convertion start.

About

Convert encoding of all text files under directory recursively, in place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages