Re: Incorrect delimiter scanning when mixed encodings?

2020-04-30 Thread Beckerle, Mike
day, April 30, 2020 3:47 PM To: dev@daffodil.apache.org Subject: Re: Incorrect delimiter scanning when mixed encodings? As Brandon points out, this might give issues to non-byte size encodings? I assume mandatory text alignment applies for these as well, which I think deals with such issues. And I assume M

Re: Incorrect delimiter scanning when mixed encodings?

2020-04-30 Thread Steve Lawrence
hich is bytes 00 31). Then having found a 0031, > the preceding bytes are then decoded as ASCII. > > Pretty sure Daffodil scanning isn't doing that. > > > > From: Sloane, Brandon > Sent: Thursday, April 30, 2020 12:01 PM > To: de

Re: Incorrect delimiter scanning when mixed encodings?

2020-04-30 Thread Beckerle, Mike
looking for '1' (which is bytes 00 31). Then having found a 0031, the preceding bytes are then decoded as ASCII. Pretty sure Daffodil scanning isn't doing that. From: Sloane, Brandon Sent: Thursday, April 30, 2020 12:01 PM To: dev@daffodil.apac

Re: Incorrect delimiter scanning when mixed encodings?

2020-04-30 Thread Sloane, Brandon
. From: Steve Lawrence Sent: Thursday, April 30, 2020 11:15 AM To: dev@daffodil.apache.org Subject: Incorrect delimiter scanning when mixed encodings? Say we have a schema like this: http://www.w3.org/2001/XMLSchema"; xmlns:dfdl="http://www.ogf.org/dfd

Incorrect delimiter scanning when mixed encodings?

2020-04-30 Thread Steve Lawrence
Say we have a schema like this: http://www.w3.org/2001/XMLSchema"; xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/";> http://www.ogf.org/dfdl/";> So we have a format that is all ISO-8859-1,