cvs commit: src/usr.bin/hexdump conv.c display.c hexdump.h od.1
Tim J. Robbins
tjr at FreeBSD.org
Sat Jul 10 18:11:13 PDT 2004
tjr 2004-07-11 01:11:12 UTC
FreeBSD src repository
Modified files:
usr.bin/hexdump conv.c display.c hexdump.h od.1
Log:
Add POSIX-style support for multibyte characters to od(1): the 'c'
conversion interprets input bytes as multibyte sequences and displays
printable characters in the area corresponding to their first byte.
The remaining bytes are shown as "**".
Revision Changes Path
1.7 +63 -4 src/usr.bin/hexdump/conv.c
1.19 +31 -1 src/usr.bin/hexdump/display.c
1.9 +6 -1 src/usr.bin/hexdump/hexdump.h
1.17 +14 -5 src/usr.bin/hexdump/od.1
More information about the cvs-src
mailing list