: Manifold, Alan B. [mailto:[EMAIL PROTECTED]
Skickat: den 5 januari 2005 20:46
Till: perl4lib@perl.org
Ämne: RE: inserting diacrtics
It's compact, but it might be a little clearer if you call a
grave a grave...
$grave = chr(0xE1);
$field = MARC::Field->new( '710', '2',
rl4lib@perl.org
> Subject: RE: inserting diacrtics
>
> It's compact, but it might be a little clearer if you call a
> grave a grave...
>
> $grave = chr(0xE1);
> $field = MARC::Field->new( '710', '2', '',
> a => 'Biblio
tation Manager
Purdue University Libraries ITD
504 West State Street
West Lafayette, Indiana 47907-2058
(765) 494-2884 FAX: 494-0156
[EMAIL PROTECTED]
http://www.mashiyyat.net/ABM.html
> -Original Message-
> From: Ed Summers [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, Jan
;
> # Michael Doran, Systems Librarian
> # University of Texas at Arlington
> # 817-272-5326 office
> # 817-688-1926 cell
> # [EMAIL PROTECTED]
> # http://rocky.uta.edu/doran/
>
> > -Original Message-
> > From: Doran, Michael D [mailto:[EMAIL PROTECTED]
&
On Wed, Jan 05, 2005 at 01:22:54PM -0600, Doran, Michael D wrote:
>$acute = chr(0xE1);
>$field = MARC::Field->new( '710', '2', '',
> a => 'Biblioth'.$acute.'eque nationale de france.' );
Much more compact, thanks Michael.
//Ed
ta.edu/doran/
> -Original Message-
> From: Doran, Michael D [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 05, 2005 1:04 PM
> To: perl4lib@perl.org
> Subject: RE: inserting diacrtics
>
> Oops, that's the second time today I've inadvertantly sent a
ry 05, 2005 1:03 PM
> To: perl4lib@perl.org
> Subject: RE: inserting diacrtics
>
> > You need to escape to ExtendedLatin, add the combining
> acute, escape back to
> > BasicLatin, and then put the 'e'. Or in code:
>
> Extended Latin (as G1) is part of th
t; Sent: Wednesday, January 05, 2005 11:30 AM
> To: perl4lib@perl.org
> Subject: Re: inserting diacrtics
>
> On Tue, Jan 04, 2005 at 02:20:55PM -0500, Jackie Shieh wrote:
> > MARC::Field->new('710','2','', a=>'Bibliotheque nationale
> de
On Wed, Jan 05, 2005 at 01:02:37PM -0500, Jackie Shieh wrote:
> OK, the e in the Bibliotheque is "grave". So does this mean
> that all I need is to change the acute to grave and x62 to x61?
> I will test it out and let you know, thanks Ed!
So much for my highschool French!
0x61 should do the tric
Oh dear! What a convoluted process! It's incredible!
OK, the e in the Bibliotheque is "grave". So does this mean
that all I need is to change the acute to grave and x62 to x61?
I will test it out and let you know, thanks Ed!
--Jackie
On Wed, 5 Jan 2005, Ed Summers wrote:
> On Tue, Jan 04, 2005
On Tue, Jan 04, 2005 at 02:20:55PM -0500, Jackie Shieh wrote:
> MARC::Field->new('710','2','', a=>'Bibliotheque nationale de france.')
>^
I'm assuming that you want a combining acute on the e, and that you want to
encode with MARC-8 since UTF-8 in MARC
11 matches
Mail list logo