Jetty 9, character encoding UTF-8
问题 I have a problem with encoding and Jetty. All my files are encoded in UTF-8 and include the correct HTML meta tag to specify UTF-8. Until now all my UTF-8 files had a BOM and I had no problem. But now I am using a different text editor and I noticed that my UTF-8 files are now generated without a BOM which from what I read is rather a good thing so I decided to go without BOM from now. But the problem is that it seems that Jetty converts all my JSP files to ISO8859-1 before sending them to