‑‑text_out
In this section:
Syntax
‑‑text_out {utf8|utf16le|utf16be|locale}Parameters
| Uses the UTF-8 encoding |
| Uses the UTF-16 little-endian encoding |
| Uses the UTF-16 big-endian encoding |
| Uses the system locale encoding |
Description
Use this option to specify the encoding to be used when generating a text output file.
The default for the compiler list files is to use the same encoding as the main source file. The default for all other text files is UTF-8 with a Byte Order Mark (BOM).
If you want text output in UTF-8 encoding without a BOM, use the option ‑‑no_bom.
See also
‑‑no_bom and Text encodings.
Caution
Project>Options>C/C++ Compiler>Encodings>Text output file encoding