steeloverseer icon indicating copy to clipboard operation
steeloverseer copied to clipboard

`commitBuffer: invalid argument (invalid character)` warning

Open peterbecich opened this issue 3 years ago • 1 comments

Success <stdout>: commitBuffer: invalid argument (invalid character)

prints after every command execution.

Looking at locale: https://github.com/commercialhaskell/stack/issues/793#issuecomment-131271478

peterbecich avatar Dec 04 '22 07:12 peterbecich

Appears to fix it

export LANG=C.UTF-8 

peterbecich avatar Dec 04 '22 07:12 peterbecich