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
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 util::unzip util::unzip (public) util::zip_file_contains_valid_filenames util::zip_file_contains_valid_filenames util::unzip->util::zip_file_contains_valid_filenames

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