NAnt SDK Documentation - v0.92 |
|
JscTask.Codepage Property
Specifies the code page to use for all source code files in the compilation.
[Visual Basic]
<TaskAttribute(Name:="codepage", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Codepage As
String
[C#]
[TaskAttribute(Name="codepage", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string Codepage {get; set;}
Remarks
Corresponds with the /codepage
flag.
See Also
JscTask Class | NAnt.DotNet.Tasks Namespace