Skip to content
/ chd Public

A hexdump-like utility that dumps Unicode codepoints instead of bytes.

License

Notifications You must be signed in to change notification settings

BR903/chd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  NOTE TO GITHUB USERS

This repository is no longer being updated on github.com, and will
soon be closed. Please visit the project home page to find a link to
its latest home:

  <https://www.muppetlabs.com/~breadbox/software/chd.html>



  About This Program

This program produces a dump of its input file, similar to a hexdump,
but displaying the output as Unicode codepoints instead of raw bytes.

The source code also provides a very simple example of using C's
wide-character library functions to handle Unicode I/O without
explicitly hard-coding UTF-8 encoding sequences.

  Building and Installing

There is no configure script. To build, simply run "make". The
existing executable runs standalone. To install, run "make install".
By default the makefile installs chd under /usr/local, but you can
override this by changing the value of the PREFIX variable.

About

A hexdump-like utility that dumps Unicode codepoints instead of bytes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published