Closed ConnorGray closed 1 year ago
This removes overly-conservative logic that assumed UTF-8 strings passed over WSTP shouldn't contain interior NULL bytes.
The UTF-8 encoding supports NULL bytes, so this logic was failing on well-formed strings.
This removes overly-conservative logic that assumed UTF-8 strings passed over WSTP shouldn't contain interior NULL bytes.
The UTF-8 encoding supports NULL bytes, so this logic was failing on well-formed strings.