https://issues.apache.org/bugzilla/show_bug.cgi?id=25202


Anders Kaseorg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #16 from Anders Kaseorg <[email protected]> 2009-08-16 15:40:25 
PDT ---
This patch broke the display of non-ASCII values in a multibyte encoding like
UTF-8.

For example,
<!--#set var="foo" value="é" --><!--#echo var="foo" -->
results in a correct
  é
in httpd 2.2.11, but the incorrect
  &#195;&#169;
in httpd 2.2.12, which gets displayed as:
  é

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to