Feature Requests item #644208, was opened at 2002-11-26 17:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=644208&group_id=4754
Category: framework Group: None Status: Open Resolution: None Priority: 5 Submitted By: Detlef Schulze (dschulze) Assigned to: Nobody/Anonymous (nobody) Summary: Make the default charset configurable Initial Comment: The default charset used by Tapestry is utf-8. If you want to change the charset for a page you have to override public IMarkupWriter getResponseWriter (OutputStream out) of BasePage in every Components class. This isn't necessary if the charset that is used as default would be configurable. Attached is a diff against HTMLWriter.java (from CVS) that makes the charset that is used as default configurable via a JVM System Parameter (net.sf.tapestry.charset). If this parameter is set (with - Dnet.sf.tapestry.charset=iso-8859-1 for example) the defined charset is used instead of the standard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=644208&group_id=4754 ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
