Open JillieBeanSim opened 10 months 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.
Depends on cli issue https://github.com/zowe/zowe-cli/issues/876
This is blocked by https://github.com/zowe/zowe-cli/pull/1822
We have already done the work on the Zowe client side to enable codepages for spool files, but the PR is still in draft mode because we have a ticket open with IBM regarding the z/OSMF encoding option not working as expected.
This is now unblocked as of Zowe CLI/SDKs 7.25.0
Describe the bug
viewing spool files in Zowe Explorer jobs view is not converting with proper encoding from what I see the zosmf cli call takes the session which should have the profile's encoding but doesn't seem to be used
zowe.GetJobs.getSpoolContentById(this.getSession(), jobname, jobid, spoolId)
looking at the zosmf rest api swagger the GET /records accepts a fileEncoding valueExpected behavior
profile encoding to be supported when downloading content of spool files and the file is converted correctly
Screenshots
Desktop (please complete the following information):
Additional context