NAnt SDK Documentation - v0.85-nightly-2005-11-09

JscTask.Codepage Property

[This is preliminary documentation and subject to change.]

Specifies the code page to use for all source code files in the compilation.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="codepage", ExpandProperties:=True, ProcessXml:=True)>
Public Property Codepage As String
[C#]
[TaskAttribute(Required=False, Name="codepage", ExpandProperties=True, ProcessXml=True)]
public string Codepage {get; set;}

Remarks

Corresponds with the /codepage flag.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace