Ignore:
Timestamp:
2014-01-15T14:37:07+13:00 (10 years ago)
Author:
ak19
Message:

Header to XML explicitly set to UTF-8. Probably not needed anymore, but there you are\!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/collect/nz-natlib-cat/pre-import/RUN_NZ.sh

    r28787 r28795  
    66  echo "Did not detect uncompressed MARC-XML file '$full_filename'"
    77  echo " => Including ISO-8859-1 character encoding XML processing instruction at start" 
    8   echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>" > $full_filename
     8  echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" > $full_filename
    99  echo "<collection xmlns=\"http://www.loc.gov/MARC21/slim\">" >> $full_filename
    1010
Note: See TracChangeset for help on using the changeset viewer.