mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
f859dbe612
commit
63f1ccc8ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440997
1 changed files with 5 additions and 0 deletions
5
games/wesnoth/pkg-message
Normal file
5
games/wesnoth/pkg-message
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue