Skip to content

Commit 647e079

Browse files
ygaleerikd
authored andcommitted
Warn about UTF-8 requirement in README.md
1 parent 38e48dd commit 647e079

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ this github repository.
2323
How to build
2424
------------
2525

26+
Make sure your locale supports UTF-8. For example, on most Unix-like platforms,
27+
you can type:
28+
29+
export LC_ALL=en_US.UTF-8
30+
2631
Library:
2732

2833
cabal clean && cabal configure && cabal build

0 commit comments

Comments
 (0)