Closed VitGottwald closed 1 month ago
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
The situation that I ran into this was when looking at a listing of a COBOL program that uses a nordic encoding.
Closing in favor of #1941
Describe the bug
When I specify
encoding
in my z/OSMF profile it is honored for dataset retrieval/upload but not for spool file retrieval.This is most likely because the following call does not take encoding into account https://github.com/zowe/zowe-explorer-vscode/blob/b43eccb8c6a0ac35b0cd6282d27afc65f7f9f3f7/packages/zowe-explorer/src/trees/job/JobActions.ts#L177
To Reproduce
encoding
in zosmf profle toibm278
Ö
Ö
@
Expected behavior Encoding from zosmf profile is honored both for dataset and spool operations.