Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force RDF data to be UTF-8 #287

Merged
merged 1 commit into from
Dec 17, 2013
Merged

Force RDF data to be UTF-8 #287

merged 1 commit into from
Dec 17, 2013

Commits on Dec 17, 2013

  1. Force RDF data to be UTF-8

    The RDF reader chokes on certain character combinations if the raw data
    is not encoded UTF-8.  See ruby-rdf/rdf#142
    Fedora does not store character encoding, so by default they come back as
    ASCII-8BIT.
    jcoyne committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    b938b3d View commit details
    Browse the repository at this point in the history