Fwd: Re: Desperately seeking unicode (PC)

2009-06-25 Thread Anne L. Highsmith
Many thanks to Jon Gorman who provided lots of tips on diagnosing my problem. The first of his debugging points turned out to be the issue -- I needed to correct Oracle's  NLS_LANGUAGE setting in the registry to AMERICAN_AMERICA.US7ASCII. Once that was done, the program ran fine.   Anne L. Highsm

Desperately seeking unicode (PC)

2009-06-25 Thread Anne L. Highsmith
I have a basic MARC Record program that pulls a record out of a database and makes a marc record object of it. I do this on my PC, using ActiveState Perl. I have to do it on the pc, because I intend to use a vendor-supplied api that exists only for Windows.   I actually have 2 PCs, and have Activ

Requesting help with simple MARC::File::XML program -- SOLVED

2008-07-29 Thread Anne L. Highsmith
Thanks to suggestions from Michael Kreyche & Bill Dueber, I have been able to solve the problem with using the "file" command on my usmarc to marcxml program. It was the perl version. We were running on 5.8.7, which threw the error. Once we upgraded to 5.8.8, program ran just fine.

Requesting help with simple MARC::File::XML program

2008-07-20 Thread Anne L. Highsmith
I have a file of usmarc records which I want to read into a program and print to a file as MARC xml. Here's my program so far: # #!/usr/local/bin/perl use strict; use warnings; use MARC::Record; use MARC::Batch; use MARC::File::XML; my $inf

Re: Question about activestate perl--closed

2008-04-22 Thread Anne L. Highsmith
weird. 'Cause when the 'Hello' is hardcoded inside the file, it works fine. Oh well, thanks folks. Will pursue this with my local PC support gurus. Anne L. Highsmith Consortia Systems Coordinator 5000 TAMU Evans Library Texas A&M University College Station, TX 77843-5000 [EMAIL

Question about activestate perl

2008-04-22 Thread Anne L. Highsmith
e response. I tried changing "my $test = shift;" to "my $test = $ARGV[0];". I copied the program back to my unix box, with just a change of the shebang line, and it works fine. When I hardcode the 'Hello' it works fine. I figure this has to be excruciatingly simple, b

Question about activestate perl

2008-04-22 Thread Anne L. Highsmith
(Sorry if this is a duplicate. But I didn't see my first message distributed, so I'm re-sending from another address) This is REALLY embarrassing. After a loong hiatus, I need to go back to using activestate perl on my pc to do some work. I don't know whether it's me or my PC or the

Re: Help for z39.50 search in proquest dissertations and theses--new question

2008-02-19 Thread Anne L. Highsmith
ase) or die "$!\n"; $conn->option(preferredRecordSyntax => Net::Z3950::RecordSyntax::SUTRS); $rs = $conn->search(-prefix => '@and @attr 1=4 steamboat bertrand'); $rs->option(elementSetName => "B"); my $count = $rs->size(); for ( $i = 1; $i <= $rs

Help for z39.50 search in proquest dissertations and theses

2008-02-18 Thread Anne L. Highsmith
est Z39.50 Gateway' dblist { 'PQD' } } Options: search present scan namedResultSets Z> find @and @attr 1=4 steamboat bertrand Sent searchRequest. Received SearchResponse. Search was a success. Number of hits: 1, setno 1 Anne L. Highsmith Consortia Systems Coordinator 5000 TAMU Evans Library Texas A&M University College Station, TX 77843-5000 [EMAIL PROTECTED] 979-862-4234 979-845-6238 (fax)

Re: Net::Z3950, OPAC record syntax & multiple MFHD 866

2005-05-17 Thread Anne L. Highsmith
Still cleaning out old stuff. Did this come to fruition as an SFX plug-in for voyager? Anne L. Highsmith Consortia Systems Coordinator 5000 TAMU Evans Library Texas A&M University College Station, TX 77843-5000 [EMAIL PROTECTED] 979-862-4234 979-845-6238 (fax) >>> Michael D

MARC::Record and UTF-8 & related threads

2005-03-04 Thread Anne L. Highsmith
(Apologies in advance if this ends up going out twice; I am resending from a different email account) In December and January several messages were sent to this list discussing aspects of the above topics. I was concerned about the discussion, because I do a lot of marc record processing for r

Re: MARC::Field::new_from_usmarc problems

2004-01-13 Thread Anne L. Highsmith
ar to be incorrect. Anne L. Highsmith Consortia Systems Coordinator 5000 TAMU Evans Library Texas A&M University College Station, TX 77843-5000 [EMAIL PROTECTED] 979-862-4234 979-845-6238 (fax) >>> Ed Summers <[EMAIL PROTECTED]> 01/13/04 11:28AM >>> On Tue, Jan 1