util::zip_file_contains_valid_filenames (private)

 util::zip_file_contains_valid_filenames zip_fn

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Check, if the provided zip file contains only filenames with valid UTF-8 characters. Unfortunately, handling different character sets differs between variants of unzip (also between unzip between the redhat and debian families). For details about file structure of zip files, consult e.g. https://en.wikipedia.org/wiki/ZIP_(file_format)

Parameters:
zip_fn (required)
Returns:
boolean

Testcases:
No testcase defined.
[ show source ]
Show another procedure: