Displays compiler output using UTF-8 encoding.
Arguments
- +| -
-
By default /utf8output- displays output directly on the console. Specifying /utf8output or /utf8output+ redirects compiler output to a file.
Remarks
Example
Compile in.js
and have the compiler display output using UTF-8 encoding:
В | Copy Code |
---|
jsc /utf8output in.js |
See Also