I stand corrected. Thank you.
Jim Provan
On Mon, Aug 5, 2013 at 11:31 AM, Tobias Boege wrote:
> On Mon, 05 Aug 2013, Jim Provan wrote:
> > On 08/05/2013 09:53 AM, Tobias Boege wrote:
> > > Hi,
> > >
> > > the Split() function seems to have problems splitting against the
> ASCII NUL
> > > (aka
On 8/5/2013 11:09 AM, Jim Provan wrote:
> On 08/05/2013 09:53 AM, Tobias Boege wrote:
>> Hi,
>>
>> the Split() function seems to have problems splitting against the ASCII NUL
>> (aka "\0") byte. In the attached project, there are four test cases from
>> whose results I assume that Split() stops wor
On Mon, 05 Aug 2013, Jim Provan wrote:
> On 08/05/2013 09:53 AM, Tobias Boege wrote:
> > Hi,
> >
> > the Split() function seems to have problems splitting against the ASCII NUL
> > (aka "\0") byte. In the attached project, there are four test cases from
> > whose results I assume that Split() stops
On 08/05/2013 09:53 AM, Tobias Boege wrote:
> Hi,
>
> the Split() function seems to have problems splitting against the ASCII NUL
> (aka "\0") byte. In the attached project, there are four test cases from
> whose results I assume that Split() stops working on the separator when it
> encounters a NU