Skip to content

Missing charset on response #41

@ahankinson

Description

@ahankinson

@jkunze suggested I open this issue here.

This affects this page: https://arks.org/ark:33864 (but also others with an accented character in the name field)

The Content-Type header is missing ;charset=utf-8 on JSON responses. This has the effect of using the default browser encoding which, for Safari, is Western Latin 1.

This means that any JSON response with accented characters will not appear correctly when viewed in Safari.

Image

To fix this all JSON responses should set the charset property on the Content-Type header.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions