| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replace //IGNORE with EILSEQ handling in readstat_convert(). Invalid bytes now show as '?' instead of causing failures.
| * This handles files with encoding errors more gracefully | ||
| * than failing completely. */ | ||
| if (src_len > 0 && dst_left > 0) { | ||
| *dst_end++ = '?'; |
There was a problem hiding this comment.
Sorry, something went wrong.
|
Hi @slobodan-ilic Thanks for your PR, could you resolve the conflicts and review comments to make this continue? ❤This is a good implement for multiple response. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #346
Description
This PR adds support for type 'E' multiple response sets in SPSS SAV files. These are dichotomies with CATEGORYLABELS=COUNTEDVALUES and appear in subtype 19 records in addition to the already supported subtype 7.
Changes
Testing
I've tested the changes with files containing type 'E' multiple response sets, and they are now correctly parsed.