- Mar
- 11
- 1
Hello,
im using the integrated unzip function from TCC, but contains the Zip-Source-File any Files with German Umlauts so show the Extraction Process, but dont extract this Files to Target and finished
UNZIP command with %_unzip_errors=0.
I have tested this with lastest TCC Version and have always the same Result. No Files with Umlauts are extracted. Listed: yes, Extracted: no.
Extenal ZIP Programs can this ZIP Files extract.
Commandline Listing Test.zip with external 7z.exe:
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2023-07-03 14:55:01 ....A 0 0 Test_File_with_Umlauts_ÄÖÜ_äöü.txt
------------------- ----- ------------ ------------ ------------------------
2023-07-03 14:55:01 0 0 1 files
Commandline Listing Test.zip with internal TCC UNZIP:
023-07-03 12:55 1 100% Test_File_with_Umlauts_���_���.txt
Commandline Extract Test.zip with internal TCC UNZIP:
unzip /e Test.zip d:\work
=> D:\work\Test_File_with_Umlauts_���_���.txt
(no File is real extracted, %_unzip_errors=0 %_unzip_files=0, ERRORLEVEL=0)
All is OK, but no File is extracted ....
im using the integrated unzip function from TCC, but contains the Zip-Source-File any Files with German Umlauts so show the Extraction Process, but dont extract this Files to Target and finished
UNZIP command with %_unzip_errors=0.
I have tested this with lastest TCC Version and have always the same Result. No Files with Umlauts are extracted. Listed: yes, Extracted: no.
Extenal ZIP Programs can this ZIP Files extract.
Commandline Listing Test.zip with external 7z.exe:
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2023-07-03 14:55:01 ....A 0 0 Test_File_with_Umlauts_ÄÖÜ_äöü.txt
------------------- ----- ------------ ------------ ------------------------
2023-07-03 14:55:01 0 0 1 files
Commandline Listing Test.zip with internal TCC UNZIP:
023-07-03 12:55 1 100% Test_File_with_Umlauts_���_���.txt
Commandline Extract Test.zip with internal TCC UNZIP:
unzip /e Test.zip d:\work
=> D:\work\Test_File_with_Umlauts_���_���.txt
(no File is real extracted, %_unzip_errors=0 %_unzip_files=0, ERRORLEVEL=0)
All is OK, but no File is extracted ....