You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The String instances for ToSV and FromSV seem flakey - they only reliable work with ASCII-only strings containing no NUL characters. (IIRC, they use withCStringLen, and I thought that could handle NULs, but perhaps not.)
In any case, Text is a far better string type to use.
The text was updated successfully, but these errors were encountered:
The
String
instances forToSV
andFromSV
seem flakey - they only reliable work with ASCII-only strings containing no NUL characters. (IIRC, they usewithCStringLen
, and I thought that could handle NULs, but perhaps not.)In any case,
Text
is a far better string type to use.The text was updated successfully, but these errors were encountered: