From owner-freebsd-stable Sun Jan 9 21: 5:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id F090715218 for ; Sun, 9 Jan 2000 21:05:46 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (mi@rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id AAA17746 for ; Mon, 10 Jan 2000 00:05:27 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id AAA86278 for stable@freebsd.org; Mon, 10 Jan 2000 00:05:27 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <200001100505.AAA86278@rtfm.newton> Subject: isprint(3) and LANG/LOCALE To: stable@freebsd.org Date: Mon, 10 Jan 2000 00:05:27 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" #include main(int argc, char *argv[]) { char *c; for(c = argv[argc-1]; *c; *c++) printf("for %c isprint() returns %d\n", *c, isprint(*c)); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message