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 Summary: Substitution of national characters Product: Apache httpd-1.3 Version: 1.3.27 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_include AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm using XHTML 1.1 with SSI and Encoding UTF-8. Within the document is a variable declaration like this: <!--#set var="test" value="äöü" --> For the output I take this Statements: <!--#echo encoding="entity" var="test" --> <!--#echo encoding="none" var="test" --> The page shown in the browser doesn't contain the HTML entities ä etc., but 1-Byte-Characters (instead of 2-Byte-Characters) possibly coded by ISO-8859-1, not UTF-8. (So the document is not Valid XHTML.) I expected the HTML entity in the generated HTML-File. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
