changeset 1228:9b877b23d32f

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 May 2010 03:52:55 +0000
parents e5a7b455e681
children 2871db57f976
files example-tfrc.txt
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/example-tfrc.txt	Fri May 28 01:43:19 2010 +0000
+++ b/example-tfrc.txt	Sat May 29 03:52:55 2010 +0000
@@ -14,11 +14,15 @@
 /eval /set set_saveprefix=bat-
 
 
-;; Setting a locale. This means the character set translation
-;; (and language). The "de-facto" character set used in BatMUD
-;; is ISO-8859-1 and certain compatible ones, which allow
-;; ASCII characters and 8-bit encoding of scandinavian characters.
-/setenv LANG=en_US.iso-8859-1
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Character set / locale
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; You MAY need to set your character set encoding/locale to have
+;; non-ASCII characters work properly in BatMUD. This is outside of
+;; the scope of GgrTF, but it is discussed in more depth in the
+;; user's manual.
+
+;/setenv LANG=en_US.iso-8859-1
 
 ;; You may also try following settings if ISO-8859-1 does not work:
 ; /setenv LANG=en_US.iso-8859-15