> Are there current hex formatting in code you are aware of that already uses
> prefixes or suffixes on each byte?
>
Java. My example.
> { 0x00, 0x01, 0x02, 0xOD, 0x0E, 0x0F }
Douglas
> On Sep 3, 2020, at 2:24 PM, [email protected] wrote:
>
> Date: Thu, 3 Sep 2020 16:13:49 -0400
> From: Roger Riggs <[email protected] <mailto:[email protected]>>
> To: [email protected] <mailto:[email protected]>
> Subject: Re: RFR 8251989: Hex formatting and parsing
> Message-ID: <[email protected]
> <mailto:[email protected]>>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi Douglas,
>
> I think you answered your own question at the outset. (with the API as
> it stands).
>
> Are there current hex formatting in code you are aware of that already uses
> prefixes or suffixes on each byte?
>
> I'm evauating whether there is consensus to change the semantics of
> prefix and suffix.
>
> Thanks, Roger
>
>