Has anyone had any luck getting this package to work with multi byte names?
If I fix the regex to allow it I get errors like
error: `/run/user/1000/doc/e43f6ab4/test.sav' near offset 0x9f640: Unrecognized record type 1443443282.
The names include danish letters like æøå/ÆØÅ which are valid in SPSS variable names. Example from pspp

I have tried making my own version where I replaced all php methods to the mb_ version (like mb_strlen), but sadly it does not seem to work. :/
Has anyone had any luck getting this package to work with multi byte names?
If I fix the regex to allow it I get errors like
The names include danish letters like æøå/ÆØÅ which are valid in SPSS variable names. Example from pspp

I have tried making my own version where I replaced all php methods to the mb_ version (like mb_strlen), but sadly it does not seem to work. :/