Brass Core Plugins

inctext

Insert all data from a text file into the output, converting it to the current text encoding.

Syntax

.inctext "file"

Example

Convert file.txt to big-endian UTF-32.

.big
.stringencoder utf32
.inctext "file.txt"

See Also