Updated information about environment variables. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 0ffa848de75a8794ffeff7772abb23c0c06d07bd
(DIR) parent 1cf5a68488d6dcb2f52fd75dd5e828e0cb60bad9
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Fri, 25 Nov 2016 00:07:55 -0600
Updated information about environment variables.
Diffstat:
README.rst | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -76,6 +76,9 @@ If it is installed,
the `B` command can be executed both locally (on the machine running `samterm`) using the '-r' option,
and remotely (on the machine running `sam`) without the '-r' option.
+Note that sam relies on the contents of the `LANG`, `LC_CTYPE`, and/or `LC_ALL` environment variables to determine the character encoding to use.
+If you're using `ssh(1)` to run sam remotely, be sure to pass those variables along or have them set remotely.
+
Installation Paths
-------------------