User bio
404 bio not found
Member since Jul 10, 2023
Posts:
Replies:
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)
Certifications & Credly badges:
Steven has no Certifications & Credly badges yet.
Global Masters badges:
Steven has no Global Masters badges yet.
Followers:
Steven has no followers yet.
Following:
Steven has not followed anybody yet.
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?