From: Adam Dickmeiss Date: Tue, 18 Dec 2007 12:46:02 +0000 (+0000) Subject: Annotate X-Git-Tag: YAZ.3.0.18~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f97a90e1590b8aac0b6ab37ca32134c16dce0d3b Annotate --- diff --git a/src/marcdisp.c b/src/marcdisp.c index e1c6b03..ebac3fa 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: marcdisp.c,v 1.52 2007-12-17 20:59:30 adam Exp $ + * $Id: marcdisp.c,v 1.53 2007-12-18 12:46:02 adam Exp $ */ /** @@ -701,6 +701,8 @@ static int yaz_marc_write_marcxml_ns(yaz_marc_t mt, WRBUF wr, int yaz_marc_write_marcxml(yaz_marc_t mt, WRBUF wr) { + /* set leader 09 to 'a' for UNICODE */ + /* http://www.loc.gov/marc/bibliographic/ecbdldrd.html#mrcblea */ if (!mt->leader_spec) yaz_marc_modify_leader(mt, 9, "a"); return yaz_marc_write_marcxml_ns(mt, wr, "http://www.loc.gov/MARC21/slim",