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
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