MarcEdit Character Detection Tool
MarcEdit includes a tool to check if a MARC file has UTF-8 characters or MARC-8 characters.
Table of Contents
UTF-8 vs MARC-8, why do we care?
UTF-8 is a newer standard for encoding text characters. It is able to encode many more international characters than MARC-8. Sierra uses UTF-8 and it assumes that loaded records are in UTF-8 format.
You can load a MARC with with MARC-8 characters, but many of the diacritics and international characters will come through very messed up.
You get things like this is Sierra:
How can I check a MARC file for character encoding?
Use the MarcEdit Character Detection Tool
Select your file in the tool and click Detect:
This is the standard response
It simply says some of the records are ASCII and some are windows-1252.
ASCII is fine.
Windows-1252 is MARC-8. This is what we want to avoid.
Verbose Results gives detailed information about how the tool evaluates each record. This is usually not necessary.
How do I fix a bad file?
https://marmot-support.atlassian.net/wiki/x/CwA1mQ
Related Documentation