xdf-modules / xdf-Matlab

Matlab code for working with xdf files.
BSD 2-Clause "Simplified" License
11 stars 14 forks source link

add unicode support for stream meta-data #11

Closed dmedine closed 2 years ago

dmedine commented 2 years ago

Small change to enable Matlab to correctly encode unicode characters in stream meta-data. pyxdf is already capable of doing this. Many vendors require unicode support for channel labels, units, etc.

dmedine commented 2 years ago

I wasn't sure if XDF wants a version bump for this or not. In 3/4 value versioning, this would be a feature enhancement and thus require the minor version be bumped.