I have a .puz file `7 29 20 AL` which adds a null terminator on one of the rebuses This is stripped out in our code further down the line via `.replace(new RegExp("\u0000", "g"), "")` but not shipping a null from the lib seems better