CopyTask.

InputEncoding Property

Summary

The encoding to use when reading files. The default is the system's current ANSI code page.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CopyTask

Syntax

[TaskAttribute("inputencoding")]
public Encoding InputEncoding { get; set; }

Attributes

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

Value

Type Description
Encoding