diff options
author | tz <tz@FreeBSD.org> | 2017-05-16 20:27:43 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-05-16 20:27:43 +0800 |
commit | c11bfbae642a377868b72a6b552ce78b9e3c8f69 (patch) | |
tree | 9d6cc251df263600887212dc6f94249bcf1e3210 /games/wesnoth | |
parent | f153845194a1a3be169f9550cd73c2389cc11da8 (diff) | |
download | freebsd-ports-gnome-c11bfbae642a377868b72a6b552ce78b9e3c8f69.tar.gz freebsd-ports-gnome-c11bfbae642a377868b72a6b552ce78b9e3c8f69.tar.zst freebsd-ports-gnome-c11bfbae642a377868b72a6b552ce78b9e3c8f69.zip |
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
Diffstat (limited to 'games/wesnoth')
-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 |