Compile unicode file from git #777
-
Hi there! First, I'm an absolute beginner with VS Code and git (only using SEU/PDM in green screen for now, with local files). I'm running a V7R4 test partition, installed with 2928 (French) language. As a beginner's training with using IFS in VS Code, I'm trying to compile something useful: https://github.com/worksofliam/migrate. In a PASE terminal, going to src dir and lauching
(sorry for the french) As all files are 777, I tried to run the exact same
So, if I understand this message the problem is not a lang problem, but with encoding, right? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi. IBM i 7.4 PASE stores files in UTF-8 as default - so your RPG source code is stored in UTF-8. This is not an issue with Code for IBM i or VS Code - I suggest you read the info on RPG Café for RPG news and issues. And connect to Ryver, where there is a community for IBM i and open source with forums to ask questions like this. All the IBM i experts are there... 😉 |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your reply, it gives me a lot to read & learn :) |
Beta Was this translation helpful? Give feedback.
Hi.
IBM i 7.4 PASE stores files in UTF-8 as default - so your RPG source code is stored in UTF-8.
Check this article on how to Compile RPG from Unicode source
This is not an issue with Code for IBM i or VS Code - I suggest you read the info on RPG Café for RPG news and issues. And connect to Ryver, where there is a community for IBM i and open source with forums to ask questions like this. All the IBM i experts are there... 😉