Re: Suggestions to better ship Perl on OS X.

2005-02-17 Thread Sherm Pendley
On Feb 17, 2005, at 8:31 AM, Richard Cook wrote: Going through old list mail and found this one ... don't know if it's still relevant, but ... I have identical OS X 10.3.8 installs on two different machines ... identical that is except one has Xcode Developer Tools installed on it, and the

Re: Suggestions to better ship Perl on OS X.

2005-02-17 Thread Richard Cook
On Feb 17, 2005, at 5:57 AM, Sherm Pendley wrote: On Feb 17, 2005, at 8:31 AM, Richard Cook wrote: Going through old list mail and found this one ... don't know if it's still relevant, but ... I have identical OS X 10.3.8 installs on two different machines ... identical that is except one has

James J Stadler/US/DNY is out of the office.

2005-02-17 Thread James . Stadler
I will be out of the office starting 02/17/2005 and will not return until 02/18/2005. I will respond to your message when I return. If you need a quicker response try the main office at 612-677-0758. If this is urgent for me, contact me on my cell phone at 612-801-2396. Jay Stadler

Problem with Encoding

2005-02-17 Thread Philippe de Rochambeau
Hello, I am trying to convert MacRoman encoded text to iso-8859-1. The script below show what I am trying to do. The input file, data.txt contains the following string: Les lphants sont arrivs. When I run the script, I get the following string, which is utf-8 and not iso-8859-1, in the

Re: Problem with Encoding

2005-02-17 Thread Sherm Pendley
On Feb 17, 2005, at 1:32 PM, Philippe de Rochambeau wrote: use encoding MacRoman; #, STDIN = MacRoman, STDOUT = iso-8859-1; You've specified STDOUT as 8859-1... open FH, data2.txt or die $!; print FH $data; But you're not printing to STDOUT. Try opening FH like this: open FH,

Re: Problem with Encoding

2005-02-17 Thread John Delacour
At 7:32 pm +0100 17/2/05, Philippe de Rochambeau wrote: I am trying to convert MacRoman encoded text to iso-8859-1. The script below show what I am trying to do. The input file, data.txt contains the following string: Les éléphants sont arrivés. EURO First of all iso-8859-1 does not contain the