Skip to content

Draft: Encode blobs as base64

Simon Ser requested to merge base64 into master

Mainly useful for EDIDs.

I wonder if it's a good idea to encode everything as base64. EDIDs are pretty much portable data, but IN_FORMATS not so much (depends on endianness).

Merge request reports