I'm using TXT2PDF from Sanface Software. We've converted some of our disks to
ODS-5, but now find that the files generated from uppercase filenames are
created in lower case.

The user process has the PARSE_STYLE parameter set to TRADITIONAL, so that
files are created in uppercase by default, but this appears to make no
difference within Perl.

This is the code :-

      $output.=$out;
      $verbose and print "Changing to uppercase\n";
      $output=uc($out);
      open (OUT, ">$output") || die "$producer1: couldn't open output file
$output\n";

And the output is :-

Processing SYS$TEMP:TEST_20050209_BFAD.TXT file
Processing VMS file
Changing to uppercase
Writing TEST_20050209_BFAD.PDF file

But the file created is in lowercase :-

Directory SY0:[LIVE.TMP]

test_20050209_bfad.pdf;11
                          14/52        9-FEB-2005 14:43:40.30
TEST_20050209_BFAD.TXT;2
                           4/52        9-FEB-2005 14:08:36.38


Any ideas?

Robert.

***********************************************************************************
Any opinions expressed in email are those of the individual and not necessarily 
those of the company. This email and any files transmitted with it are 
confidential and solely for the use of the intended recipient or entity to who 
they are addressed. It may contain material protected by attorney-client 
privilege. If you are not the intended recipient, or a person responsible for 
delivering to the intended recipient, be advised that you have received this 
email in error and that any use is strictly prohibited.
Random House Group +44 (0) 20 7840 8400.
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk 
http://www.kidsatrandomhouse.co.uk
***********************************************************************************

Reply via email to