-
Notifications
You must be signed in to change notification settings - Fork 2
A hexdump-like utility that dumps Unicode codepoints instead of bytes.
License
BR903/chd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published