Greg Stark wrote:
> If you use binary encoding then you don't have to deal with that.
> Though I seem to recall there is still a gotcha you have to worry
> about if there are nul bytes in your datum. I don't recall exactly
> what that meant you had to do though.
As far as I know, it only means that you shouldn't use strcpy, strlen
and friends on a binary string.
Yours,
Laurenz Albe