Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!romp!auschs!d75!cello!sanders.austin.ibm.com From: sanders@sanders.austin.ibm.com (Tony Sanders) Newsgroups: comp.sources.bugs Subject: Re: Perl problems/bugs Summary: sprintf %c broken? Message-ID: <3065@cello.UUCP> Date: 28 Nov 89 03:32:03 GMT References: <3063@cello.UUCP> Sender: news@cello.UUCP Reply-To: sanders@sanders.austin.ibm.com (Tony Sanders) Lines: 28 I traced this problem down from op.sprintf into the %c function in sprintf. Anyone else having this problem???? script: #!/usr/bin/perl $x = sprintf("%c",65); if ($x eq 'A') {print "ok 1\n";} else {print "not ok 1 '$x'\n";} for ($i=0;$i