You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/12/25 14:12:48 UTC

DO NOT REPLY [Bug 38119] - I18N - examples setup only for en encoding/charset

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=38119>.
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=38119


yoavs@computer.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From yoavs@computer.org  2006-12-25 05:12 -------
I actually like using the SetCharacterEncoding filter for this purpose: it's
cleaner (modify one file, web.xml, instead of every JSP) and thus serves as a
better example by showing the power of filters.  The SetCharacterEncoding filter
ships with the Tomcat examples: no coding is needed.  It's even pre-defined for
you in the exmaples web.xml, you just need to comment in the filter-mapping
element (and pick the encoding you want, e.g. UTF-8 in your case).


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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