Skip to content

Mlagithub/utf8encode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utf8encode

Encode binary files to valid UTF-8.

Installation

Run make.

Usage

Decoding and encoding a file will create files with .decoded/.encoded prefixes.

In addition to the created files, it will also be displayed via stdout in hex.

Encode a file ./utf8encode -e <file>

Decode a file ./utf8encode -d <file>

About

Encode binary files to valid UTF-8.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.2%
  • Makefile 2.8%