I should have clarified better: can it be done programmatically outside of CTerm? Like can it be enabled within the cache.cpf file, for example?
- Log in to post comments
I should have clarified better: can it be done programmatically outside of CTerm? Like can it be enabled within the cache.cpf file, for example?
I should have clarified better: can it be done programmatically outside of CTerm? Like can it be enabled within the cache.cpf file, for example?
Nevermind! I found that in powershell if I use the snippet below, PS will intake the file as the listed encoding. In my case, CTerm was outputting UTF8. I brought that file into PS using Unicode, and it removed the extra spaces.
(Get-Content -Path <filepath.txt> -Encoding Unicode)