Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑text_out

In this section:
Syntax
‑‑text_out {utf8|utf16le|utf16be|locale}
Parameters

utf8

Uses the UTF-8 encoding

utf16le

Uses the UTF-16 little-endian encoding

utf16be

Uses the UTF-16 big-endian encoding

locale

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 assembler 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. For more information about encodings, see Text encodings. the .

Caution

Project>Options>Assembler>Encodings>Text output file encoding