From c2ac0910eef3f0db5c4f1bf1692b0769125abedc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 Sep 2013 22:15:52 +0200 Subject: Fix UTF-8 in json export --- cgi/index.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/index.pl b/cgi/index.pl index 4e481a8..3ce8415 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -435,4 +435,5 @@ app->config( }, ); +app->types->type( json => 'application/json; charset=utf-8' ); app->start(); -- cgit v1.2.3