8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
# rename file to UTF-8 name in zip archive with CP437 comment (sets InfoZIP UTF-8 Name Extension)
|
|
return 0
|
|
arguments -i testfile dummy
|
|
stdin
|
|
rename 0 ÄÖÜßäöü
|
|
end-of-inline-data
|
|
file testfile test-cp437-fc.zip test-cp437-fc-utf-8-filename.zip
|