ccsid difference on 2 #1372
JeanLand400
started this conversation in
General
Replies: 1 comment 4 replies
-
Try setting the CCSID value on your user profile to 297, and report back. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am a beginner in IBM i , and I do love to use Code for IBMi extension to do most of my work .
Recently it came to my eye I had an issue whenever saving source code files or copying from one source to another .
It so happens be fine whenever I work on a ccsid 297 source file ( you guessed right , I'm french ) , but incorrectly ( special char £!@ are converted ) when the source file is of ccsid 37 .
The config is as follow :
QCCSID 65535 ,
QCHRID 695,
QCHRIDCTL *DEVD,
QLANGID FRA,
QCNTRYID FR .
In the extension I have tried to change sourceFileCCSID but with no success, also, I am not able to change my user profile settings ( which are mostly *sysval) .
Is the issue my poorly configured extension , or does it lies elsewhere ?
Beta Was this translation helpful? Give feedback.
All reactions