formulahendry / formulahendry/vscode-code-runner
Problem encoding special chars on C language
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
How to change encoding on C files?
I'm trying to configure code runner to run files in c.
It works, but it has problems displaying special characters.
I wanted to know how do I configure the encoding in executorMap.
I know for python it's `"python": "cd $dir && set PYTHONIOENCODING=iso8859-1 && python $fileName",`
And for java it's `"java": "cd $dir && javac -encoding utf8 $fileName && java $fileNameWithoutExt",`


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.