https://issues.apache.org/bugzilla/show_bug.cgi?id=52819
Bug #: 52819 Summary: problems in org.apache.jasper.xmlparser.EncodingMap#fIANA2JavaMap Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: bluewolf.ch...@gmail.com Classification: Unclassified I'm doing porting Jasper of Tomcat 7 to our product. I was adding 'UTF-32' mappings to the org.apache.jasper.xmlparser.EncodingMap#fIANA2JavaMap when I found that there were some unmatched mappings compared to http://docs.oracle.com/javase/6/docs/technotes/guides/intl/encoding.doc.html . Referring to that Java SE 6 document, fIANA2JavaMap.put("UTF-16BE", "UnicodeBig"); fIANA2JavaMap.put("UTF-16LE", "UnicodeLittle"); should be fIANA2JavaMap.put("UTF-16BE", "UnicodeBigUnmarked"); fIANA2JavaMap.put("UTF-16LE", "UnicodeLittleUnmarked"); . And I know that Tomcat 7 is targerted to Java SE 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org