NAnt SDK Documentation - v0.92

FilterChain.InputEncoding Property

NOTE: This property is now obsolete.

The input encoding should now be specified on the task.


The encoding to assume when filter-copying files. The default is system's current ANSI code page.

[Visual Basic]
<Obsolete(Message:="The input encoding should now be specified on the task.", IsError:=True), _  TaskAttribute(Required:=False, Name:="encoding", ExpandProperties:=True, ProcessXml:=True)>
Public Property InputEncoding As Encoding
[C#]
[Obsolete(Message="The input encoding should now be specified on the task.", IsError=True)]
[TaskAttribute(Required=False, Name="encoding", ExpandProperties=True, ProcessXml=True)]
public System.Text.Encoding InputEncoding {get; set;}

See Also

FilterChain Class | NAnt.Core.Filters Namespace