Date: Sun, 11 Jul 2004 01:11:12 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c display.c hexdump.h od.1 Message-ID: <200407110111.i6B1BCM3050231@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407110111.i6B1BCM3050231>
