cvs commit: src/usr.bin/hexdump conv.c

2006-08-03 Thread Joseph Koshy
jkoshy 2006-08-03 09:06:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/hexdump conv.c Log: MFC rev 1.9: "In 'od -c' mode, deal with printable but zero-width combining characters correctly. These characters are displayed "combined"

cvs commit: src/usr.bin/hexdump conv.c

2006-07-31 Thread Joseph Koshy
jkoshy 2006-07-31 14:17:04 UTC FreeBSD src repository Modified files: usr.bin/hexdump conv.c Log: In 'od -c' mode, deal with printable but zero-width combining characters correctly. These characters are displayed "combined" with a space character. PR: