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
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.