Hi Ilya, Unfortunately I'm not providing support to this project anymore, you can try with "https://github.com/Blazemeter/xtn5250" which is a fork of my original project, maybe they are still giving a bit of support on it or you may fork your own version. Anyway I guess you have to work on the XICrtBuffer providing a sort of horizontal flipping flag to make the emulator RTL.
fixed the XIEbcdicNTranslator class , found the correct translation table . now the characters shows correctly but in reverse order the hebrew language is RTL. can you please advise how to fix it?
Maybe the problem is on the as400 side ? Otherwise you have to change the XIEbcdicNTranslator class and change the CP424 translation table by yourself. I'm sorry but the provided one has not been properly tested.
i didn't mention that i used the 424 code page ... java -jar xtn5250_119m.jar -cp cp424
I guess you have to add on the command line the option: -cp CP424
hello , i am having a problem displaying Hebrew displays it supposed to be cp 424 but it is not working for me , may be it a bug ? screen shot attached thanks
Thank you Roger !
Hi, this is just to let you know I have just forked this great repo to GitHub, here is the repo https://github.com/abstracta/xtn5250. Regards
Would you consider sharing your code? I will need to use Kerberos in a project I...
1.19m - see Tue, Jul 28, 2015 at 12:45 AM Thonie
Well done ! Let me know if you want to include your solution in the xtn5250 distribution....
Thanks vale, I was able to implement this successfully. The RFC (http://tools.ietf.org/html/rfc4777#page-18)...