Closed
Description
When using the @
prefix to specify a file that should be read, it will read the file as "utf-8" text. This fails with binary files such as a PNG.
This was discussed in #2751 as pointed out by @trafford-tbe
Code is:
Lines 299 to 307 in d7bdb02