Question
Unzip with ASCII translation
Hello,
I am using unzip tool on my environment (latest version and I would like to convert ASCII file to EBCDIC during decompressing but it doesn't work as expected with the -a option.
First, I have zipped an text file, which is on the Unix Services environment (in EBCDIC) with the zip tool, option -a (translate to ASCII). Then, the zip file is sent to my Windows desktop and after unzipped on Windows, the text file is readable (so I guess that the translation to ASCII has worked correctly).
I tried to unzip the same zipped file on the Unix Services environment with the unzip tool, option -a ("auto-convert any text files") but the unzipped file is still in ASCII and it is not readable. I have to use iconv command to read it correctly (iconv -f 819 -t 1047).
Is there a way to translate the file from ASCII to EBCDIC when I unzip it, like I did the translation from EBCDIC to ASCII when I zipped it ?
Thank you for your help
Regards
Sébastien COUVENHES
I am using unzip tool on my environment (latest version and I would like to convert ASCII file to EBCDIC during decompressing but it doesn't work as expected with the -a option.
First, I have zipped an text file, which is on the Unix Services environment (in EBCDIC) with the zip tool, option -a (translate to ASCII). Then, the zip file is sent to my Windows desktop and after unzipped on Windows, the text file is readable (so I guess that the translation to ASCII has worked correctly).
I tried to unzip the same zipped file on the Unix Services environment with the unzip tool, option -a ("auto-convert any text files") but the unzipped file is still in ASCII and it is not readable. I have to use iconv command to read it correctly (iconv -f 819 -t 1047).
Is there a way to translate the file from ASCII to EBCDIC when I unzip it, like I did the translation from EBCDIC to ASCII when I zipped it ?
Thank you for your help
Regards
Sébastien COUVENHES
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
No account yet? Create an account
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
