On Sat, 16 Jan 2021 17:49:38 GMT, eirbjo
wrote:
> ZipFile.Source.initCEN verifies that entry names are encoding into bytes
> valid in the entry's encoding. It does so by calling encoding-specific
> checking methods, so it also needs to determine which check method to call
> for each entry.
>
On Sat, 16 Jan 2021 17:49:38 GMT, eirbjo
wrote:
> ZipFile.Source.initCEN verifies that entry names are encoding into bytes
> valid in the entry's encoding. It does so by calling encoding-specific
> checking methods, so it also needs to determine which check method to call
> for each entry.
>
ZipFile.Source.initCEN verifies that entry names are encoding into bytes valid
in the entry's encoding. It does so by calling encoding-specific checking
methods, so it also needs to determine which check method to call for each
entry.
By moving the encoding-variant checks into ZipCoder, initCEN