From 174f2992a836cc16881e935c4ebc85d830859caa Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 27 Nov 2014 17:04:54 +1100 Subject: 439374 Use utf-8 as default charset for html --- .../main/resources/org/eclipse/jetty/http/encoding.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jetty-http/src/main/resources/org/eclipse/jetty/http/encoding.properties b/jetty-http/src/main/resources/org/eclipse/jetty/http/encoding.properties index 16d4f8ac3e..04fe87e751 100644 --- a/jetty-http/src/main/resources/org/eclipse/jetty/http/encoding.properties +++ b/jetty-http/src/main/resources/org/eclipse/jetty/http/encoding.properties @@ -1,4 +1,5 @@ -text/html = iso-8859-1 -text/plain = iso-8859-1 -text/xml = utf-8 -text/json = utf-8 +text/html=utf-8 +text/plain=iso-8859-1 +text/xml=utf-8 +text/json=utf-8 +application/xhtml+xml=utf-8 \ No newline at end of file -- cgit v1.2.3