IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
49 stars 20 forks source link

Codepage translation issue #306

Closed Marco4691 closed 1 year ago

Marco4691 commented 1 year ago

Development environment used

Problem Description

When editing PL/1 source encoded on mainframe in codepage 1148 the '^' symbol (0x5F ebcdic) is incorrectly translated and becomes a '4' in the edit-buffer resulting in parsing issues to the language server.

Detailed steps for reproducing the problem:

  1. First step

Observed behavior

Expected behavior

phaumer commented 1 year ago

We will investigate and try to reproduce the issue.

Marco4691 commented 1 year ago

Any success in reproducing? It is a blocking issue for us to start using the editor in our environment.

phaumer commented 1 year ago

Lot of people were out on vacation. Will let you know once someone picked it up.

phaumer commented 1 year ago

@Marco4691 I can confirm that this is a bug in RSE API and will be fixed in an upcoming release.

phaumer commented 1 year ago

@Marco4691 a fix is available for RSE API 1.0.x: https://ibm.github.io/mainframe-downloads/host-components.html If you are 1.1.x we intend to include the fix there as well, soon.

phaumer commented 1 year ago

RSE API 1.1.x with the fix is now also available.