Syntax

-codec=c

-codec=list

Description

Set the file codec to use for the source file.

Example

To set the codec for a utf-8 encoded file:

cc -codec=utf-8 … 

To list supported codecs:

cc -codec=list