Skip to content

Commit 7b5d33d

Browse files
committed
[ fix ] Set encoding of stderr to utf8
1 parent f685bda commit 7b5d33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Main.hs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ main = do
1616
-- https://github.com/agda/agda-language-server/issues/24
1717
hSetEncoding stdout utf8
1818
hSetEncoding stdin utf8
19+
hSetEncoding stderr utf8
1920

2021
-- The GitHub CI-built executable lacks the correct data directory path.
2122
-- If there's directory named "data" in the executable's directory,

0 commit comments

Comments
 (0)