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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org