Currently, the encoding of the input datafile used for embedding is hard-coded to UTF-8. For instance, this prevents the user from providing a pure binary file as the data to embed.
As of 089fe036cf0306d384181983944de0c93302e454, datafile does not properly support custom unicode characters such as ♥. This seems independent from #14.
Currently, the encoding of the input datafile used for embedding is hard-coded to UTF-8. For instance, this prevents the user from providing a pure binary file as the data to embed.