Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 12:27:43 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440997 - head/games/wesnoth
Message-ID:  <201705161227.v4GCRhxl004744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue May 16 12:27:43 2017
New Revision: 440997
URL: https://svnweb.freebsd.org/changeset/ports/440997

Log:
  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

Added:
  head/games/wesnoth/pkg-message   (contents, props changed)

Added: head/games/wesnoth/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/wesnoth/pkg-message	Tue May 16 12:27:43 2017	(r440997)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161227.v4GCRhxl004744>