Hi there,
Does the EventStore always assume UTF-8 encoding for JSON format?
The ‘EventData’ structure (.NET API) has a boolean flag ‘IsJson’ and byte arrays for ‘Data’ and ‘Meta’ - If I encode the data/meta with some weird encoding, how does the EventStore handle this?
Cheers,
Michael