Re: Binary nulls in notes values

2001-01-14 Thread Gerald Richter
> There doesn't appear to be a way to work with notes values that contain > binary nulls - we get the value out using newSVpv(sv, 0), which uses > strlen to calculate the length, which stops at the first null. I can't > find any way to get at the length of the value in a table. > > Am I mistaken

Binary nulls in notes values

2001-01-14 Thread Matt Sergeant
There doesn't appear to be a way to work with notes values that contain binary nulls - we get the value out using newSVpv(sv, 0), which uses strlen to calculate the length, which stops at the first null. I can't find any way to get at the length of the value in a table. Am I mistaken or is this i