Blazemeter / xtn5250

IBM TN5250 terminal emulator
Apache License 2.0
10 stars 6 forks source link

Charset issue #4

Open dx44 opened 4 years ago

dx44 commented 4 years ago

Hi, I'm facing an issue about the charset. How to fix it ? Charset_issue Regards

Baraujo25 commented 4 years ago

Hi @dx44 ,

Currently, Xtn5250 does not support multiple charsets for the moment. Here there is a multiple charset implementation for a similar protocol (TN3270) if you manage to implement that for yourself you can send us a Pull Request and we can release a new version with your changes regarding your meaningful implementation.

On the other hand, if that is not possible for you. In order to reproduce the issue and fix the problem, we would need a TCP dump of the full flow you intend to run with a terminal emulator using Wireshark for capturing the dump. Here is an example of how to capture such dumps.

If you consider that the flow contains sensitive data you can obfuscate/modify (e.g replacing the server IP with 0.0.0.0 and any sensitive screen or input bytes with E7, you can get an idea what each byte is by checking each packet in Wireshark interface).

To send the information and avoid making it public, you can send it to my mail: joaquin.araujo@blazemeter.com.

Best regards.

MathieuBerthe commented 3 years ago

Hello, @dx44, for French language, you can try to launch xtn5250 with the code page 1147 Java -jar "C:\Program Files\xTN5250\xtn5250-3.2.2.jar" -cp cp1147

@Baraujo25 , Thanks a lot for this XTN5250, it's works like a charm! Did you plan to add multiple language for the menu? Regards