DragonFly BSD
DragonFly bugs List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

isprint(3)


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Sun, 1 May 2005 15:27:19 +0900

Hello.
On post-Citrus-import system, isprint('\t') returns true even for
C locale. This contradicts with what's explained in isprint(3) man page.
This also slightly affects tools like hd(1):

[on pre-Citrus system]
$ printf 'abc\tdef' | LANG=C hd -v
00000000  61 62 63 09 64 65 66                              |abc.def|
00000007
[on post-Citrus system]
$ printf 'abc\tdef' | LANG=C hd -v
00000000  61 62 63 09 64 65 66                              |abc	def|
00000007



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]