Share via


/codepage

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

/codepage:id

Arguments

  • id
    The id of the code page for all the source code files in the compilation.

Remarks

If you compile one or more source code files that when created did not designate use of the default code page on your computer, you can use the /codepage option to specify which code page should be used. /codepage applies to all source code files in your compilation.

If the source code files were created with the same codepage that is in effect on your computer or if the source code files were created with UNICODE or UTF-8, you need not use /codepage.

See Also

Other Resources

JScript Compiler Options