Still problems with CCSID
See original GitHub issueIssue text goes here.
- QCCSID: 1141
- Features:
- git: false
- grep: false
- tn5250: false
- setccsid: true
- GENCMDXML.PGM: false
- QZDFMDB2.PGM: true
- iconv: true
- attr: true
- SQL enabled: false
- Source dates enabled: true
Variants
{
"american": "%23@$",
"local": "%23�$"
}
Errors:
[
{
"command": "system \"CHKOBJ OBJ(QSYS/QCPTOIMPF) OBJTYPE(*DTAARA)\"",
"code": 255,
"stderr": "CPF9801: Objekt QCPTOIMPF in Bibliothek QSYS nicht gefunden.",
"cwd": "/home/HEL"
},
{
"command": "system \"CHKOBJ OBJ(QSYS/QCPFRMIMPF) OBJTYPE(*DTAARA)\"",
"code": 255,
"stderr": "CPF9801: Objekt QCPFRMIMPF in Bibliothek QSYS nicht gefunden.",
"cwd": "/home/HEL"
},
{
"command": "ls -p /QOpenSys/pkgs/bin/",
"code": 2,
"stderr": "/QOpenSys/pkgs/bin/ not found",
"cwd": "/home/HEL"
}
]
The CCSID of QRPGLESRC is 1141.
This is without “source dates”:

And after activating “source dates”:

So if I leave the “source date” setting to false, I can edit all RPG files (although the source date will be set to 000000 on saving.
Interestingly at least since the last version it shows the text in the member list correctly:

Issue Analytics
- State:
- Created a year ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
MustGather: DB CCSID Issues - IBM
This document describes the necessary information that needs to be collected to aid in quicker resolution for Coded Charecter Set Identifier ...
Read more >db2 - Will there be any known problems from CCSID switch?
I'm not familiar with db2/iSeries, however I'm working on allowing characters from multiple languages to be stored in a db2 table. Are there...
Read more >Encoding problems with CCSID · Issue #38 - GitHub
Now I wanted to use nodejs and this package. So i call an as400 program passing json as parameter and getting another json...
Read more >Shield's FTP Client Addresses Problems with CCSID ...
Customers who use FTP Client have a more Windows-like FTP experience, according to Shield. And while the user interface is still a green...
Read more >E1: MIG: Considerations for Setting up CCSID on Migrating to ...
They have in data base the # character , they want to have the Ã' character for Spanish language instead. They believe the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Bingo! After setting QIBM_PASE_CCSID to 1208 and restarting sshd is is showing everything correctly now.
Thank you so much for your help!
PS: It might make sense to add this to the documentation.
@chrjorgensen Funny I just updated the initial support text to include variants!