@@ -, +, @@ --- Koha/REST/V1.pm | 3 +++ api/v1/script.cgi | 0 2 files changed, 3 insertions(+) mode change 100644 => 100755 api/v1/script.cgi --- a/Koha/REST/V1.pm +++ a/Koha/REST/V1.pm @@ -16,6 +16,9 @@ sub startup { } ); + # Force charset=utf8 in Content-Type header for JSON responses + $self->types->type(json => 'application/json; charset=utf8'); + $self->plugin(Swagger2 => { route => $route, url => $self->home->rel_file("api/v1/swagger.json"),