@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.
To fix this all JSON responses should set the charset property on the Content-Type header.
@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-8on 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.
To fix this all JSON responses should set the charset property on the Content-Type header.