Hi,
Anyone got code for pretty printing MFHD (MRAC Format for Holdings)
data? Basically, we have reams of 853 and 863 fields that we'd like to
transform into decent looking human readable summaries. Before
reinventing the wheel, I thought I'd ask.
Maybe a good Hackfest project?
TIA,
Mark
On 25/set/06, at 12:38, Edward Summers wrote:
How would you guys do to transcode a whole MARC record, contained
in a MARC::Record object, from MARC8 to UTF8?
I'd probably extend marc8_to_utf8() in MARC::Charset so that it not
only transcoded strings, but records as well. The function would
On Sep 22, 2006, at 6:06 AM, Leif Andersson wrote:
How would you guys do to transcode a whole MARC record, contained
in a MARC::Record object, from MARC8 to UTF8?
I'd probably extend marc8_to_utf8() in MARC::Charset so that it not
only transcoded strings, but records as well. The function wo