mne-tools / fiff-constants

Bookkeeping and documentation of FIFF file format constants
4 stars 12 forks source link

ENH: Support Unicode #32

Closed larsoner closed 11 months ago

larsoner commented 3 years ago

From #29 we discussed adding a FIFFT_UNICODE data type. @mkajola mentioned:

Unicode should then be 2.x later on, since touching the structures/primary types will not be backwards compatible.

larsoner commented 11 months ago

In MNE-Python we found a way to support this using xmlcharrefreplace which wasn't too bad. So I don't think we need this in the spec actually!