You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/12/17 11:00:16 UTC

svn commit: r1774734 - in /tomcat/trunk/test/webapp/jsp/encoding: bom-none-prolog-utf16be.jspx bom-none-prolog-utf16le.jspx

Author: markt
Date: Sat Dec 17 11:00:15 2016
New Revision: 1774734

URL: http://svn.apache.org/viewvc?rev=1774734&view=rev
Log:
svn should be configured with actual MIME type which is set by the BOM. No BOM == UTF-8 (actually ISO-8859-1 would work too since all characters are below 128)

Modified:
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx   (props changed)
    tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx   (props changed)

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16be.jspx
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Sat Dec 17 11:00:15 2016
@@ -1 +1 @@
-text/plain; charset=UTF-16BE
+text/plain; charset=UTF-8

Propchange: tomcat/trunk/test/webapp/jsp/encoding/bom-none-prolog-utf16le.jspx
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Sat Dec 17 11:00:15 2016
@@ -1 +1 @@
-text/plain; charset=UTF-16LE
+text/plain; charset=UTF-8



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org