ztest: Last test MARC record in UTF-8 ;was Latin-1
[yaz-moved-to-github.git] / ztest / gfs-example.c
index 9f174da..6102bdf 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2008 Index Data
+ * Copyright (C) 1995-2010 Index Data
  * See the file LICENSE for details.
  */
 
@@ -52,7 +52,8 @@ static int my_fetch(void *handle, bend_fetch_rr *r)
     {
         char buf[40];
         yaz_snprintf(buf, sizeof(buf), "<record>%d</record>\n", r->number);
-        
+
+        r->output_format = odr_oiddup(r->stream, yaz_oid_recsyn_xml);
         r->record = odr_strdup(r->stream, buf);
         r->len = strlen(r->record);
     }
@@ -96,6 +97,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab