FilterChain.

InputEncoding Property

Summary

The encoding to assume when filter-copying files. The default is system's current ANSI code page.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterChain

Syntax

[TaskAttribute("encoding")]
[Obsolete("The input encoding should now be specified on the task.", true)]
public Encoding InputEncoding { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
ObsoleteAttribute

Value

Type Description
Encoding