63f1ccc8ea
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
5 lines
186 B
Text
5 lines
186 B
Text
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
|