Randy Dunlap d0eec99ce5 hexdump: don't print bytes with bit 7 set
As Herbert Xu pointed out, bytes (chars) with bit 7 (0x80) set are true
with isprint() but they may not be isascii() but be Unicode instead, so
don't try to print them in hex dumps.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-11-29 09:24:53 -08:00
..
2007-07-31 15:39:37 -07:00
2007-07-16 09:05:50 -07:00
2007-07-17 10:23:04 -07:00
2007-10-18 14:37:32 -07:00
2007-07-24 12:24:59 -07:00
2007-10-19 11:53:41 -07:00
2007-08-22 19:52:45 -07:00
2007-10-20 01:29:18 +02:00
2007-11-28 13:53:53 -08:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:52 -07:00
2007-10-22 21:19:58 +02:00