DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25202>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25202 Substitution of national characters ------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 09:03 ------- I think the current behaviour is broken (from the point of view of everyone not using iso-8859-1) and should be fixed, but if there are backwards compatibility issues I've added amended patches that follow the behaviour suggested by AndrĂ© Malo. <!--#set encoding="iso-8859-1" var="test" value="äöü" --> follows current behaviour, and is the default if no encoding specified for backwards compat. <!--#set encoding="none" var="test" value="äöü" --> will leave the HTML entities untouched. (used "encoding" instead of "encode" to follow the style of the #echo var command) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
