diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html
index 65ac6a652..03a8d5b35 100644
--- a/docs/manual/CoreTypes/filterchain.html
+++ b/docs/manual/CoreTypes/filterchain.html
@@ -89,6 +89,7 @@ A FilterChain is formed by defining zero or more of the following
nested elements.
FilterReader
ClassConstants
+EscapeUnicode
ExpandProperties
HeadFilter
LineContains
@@ -162,6 +163,33 @@ Convenience method:
</loadproperties>
+
+This filter converts its input by changing all non US-ASCII characters +into their equivalent unicode escape backslash u plus 4 digits.
+ +since Ant 1.6
+ ++ +Convenience method: ++<loadproperties srcfile="non_ascii_property.properties"> + <filterchain> + <filterreader classname="org.apache.tools.ant.filters.EscapeUnicode"/> + </filterchain> +</loadproperties> +
++<loadproperties srcfile="non_ascii_property.properties"> + <filterchain> + <escapeunicode/> + </filterchain> +</loadproperties> +
If the data contains data that represents Ant @@ -629,5 +657,5 @@ Convenience method:
Copyright © 2002 Apache Software Foundation. All rights +
Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.