BEL-Public/mffpy

Set encoding of B64 strings in Reader to UTF-8

Closed this issue · 1 comments

In testing the first wave of MFF-JSONs produced by the new B64 encoded EEGData features with EMFAV - we've noticed that the browser atob method isn't able to decode the B64 strings.

To solve this, we need to update the mffpy B64 encoder to explicitly encode B64 strings as UTF-8 strings.

The fix for this issue has been addressed and merged. Thank you kindly @damian5710!