Closed terrywmc closed 7 years ago
This logic is only relevant for the MARCMaker format, or when you print a record as a string. Is this what you are doing? MARCMaker/Breaker says, or really shows that you need to use a backslash instead of a space.
I have discovered that if the field object detect the indicator is a space, it will be converted as '\\'
The "\" will be printed in the MARC file, another library such as Perl's MARC::Record will trigger it as an invalid indicator.