Share via


/utf8output

Displays compiler output using UTF-8 encoding.

/utf8output[+ | -]

Arguments

  • +| -
    By default /utf8output- displays output directly on the console. Specifying /utf8output or /utf8output+ redirects compiler output to a file.

Remarks

In some international configurations, compiler output cannot correctly be displayed in the console. In these configurations, use /utf8output and redirect compiler output to a file.

The default for this option is /utf8output-.

Specifying /utf8output is the same as specifying /utf8output+.

Example

Compile in.js and have the compiler display output using UTF-8 encoding:

jsc /utf8output in.js

See Also

Other Resources

JScript Compiler Options