DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=13125>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=13125 Lack of character-set while using <html:html > tag ------- Additional Comments From [EMAIL PROTECTED] 2004-07-26 00:25 ------- I agree with Niclas that the encoding should not be tied to the locale. However, a group of people who contributed to Servlet 2.4 spec thought differently, and Servlet 2.4 spec now includes a mechanism to map a locale to a charset through the use of locale-encoding-mapping-list configuration element as in: <locale-encoding-mapping-list> <locale-encoding-mapping> <locale>ja</locale> <encoding>Shift_JIS</encoding> </locale-encoding-mapping> </locale-encoding-mapping-list> See Section "SRV.5.4 Internationalization" in Servlet 2.4 spec. I believe what this bug is asking can be satisfied by merely using Struts in Servlet 2.4 container with a proper configuration. I recommend this bug be closed, or perhaps reclasified as documentation enhancement. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]