diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-05-16 12:27:43 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-05-16 12:27:43 +0000 |
commit | 63f1ccc8ea2ae27af6f87091110cd66f2187ef8c (patch) | |
tree | 9d6cc251df263600887212dc6f94249bcf1e3210 | |
parent | - Update to 0.3 (diff) |
games/wesnoth: add pkg-message for charset information
Wesnoth assumes an UTF-8 charset by default. Using another
one will result in a crash of Wesnoth. Since the charset
depends on the env, the user needs to take care itself.
PR: 216500
Submitted by: mzs_47@yahoo.co.in
Notes
Notes:
svn path=/head/; revision=440997
-rw-r--r-- | games/wesnoth/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/wesnoth/pkg-message b/games/wesnoth/pkg-message new file mode 100644 index 000000000000..6aa0cecd7b77 --- /dev/null +++ b/games/wesnoth/pkg-message @@ -0,0 +1,5 @@ +Wesnoth assumes an UTF-8 charset by default. Using another charset +will result in a crash. To avoid this situation set the charset +before starting wesnoth: + +env LANG=en_US.UTF-8 wesnoth |