Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

normalize bad (i.e., non-ASCII) subfield codes #135

Merged
merged 2 commits into from
Jul 8, 2019
Merged

Commits on Jul 3, 2019

  1. add a failing test for bad (i.e., non-ASCII) subfield code.

    [I think this is the problem in edsu#89
    and not really specific to Harvard Open Metadata]
    Wooble committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d28e621 View commit details
    Browse the repository at this point in the history
  2. When we get a non-ascii subfield code, decompose it and convert it

    to ascii, also issuing a warning (which can be converted to an
    error by user code if strictness is desired, although maybe
    we should provide a way to turn on such strictness in pymarc itself?
    Wooble committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    8edad6b View commit details
    Browse the repository at this point in the history