Skip to content

Converts a text file from an input-encoding (for example latin-1) to an output-encoding (for example utf-8)

License

Notifications You must be signed in to change notification settings

sorin-postelnicu/convert-file-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-file-encoding

Converts a text file from an input-encoding (for example latin-1) to an output-encoding (for example utf-8)

This is a simple command-line tool running on nodejs, and it uses iconv-lite to do the actual processing.

It is fast and can work with very large files (gigabytes), without consuming a lot of memory.

The script also uses command-line-args for the parsing of the command options, and command-line-usage for the display of usage help.

About

Converts a text file from an input-encoding (for example latin-1) to an output-encoding (for example utf-8)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published