Jeremy Stanley 6bfb87071e Use PYTHONIOENCODING=utf-8 for invites invocation
Since the send.py script for invites uses print to emit progress
including the names of contacts to which messages are sent,
redirecting stdout of the script to a local file can result in
encoding errors if some of the names include non-ASCII codepoints
(but not when stdout is your interactive terminal). Setting
PYTHONIOENCODING=utf-8 in the calling environment works around this
nicely.

Change-Id: I52b70c64f8b3a20da5143b31c5090192b0c75c99
2017-03-06 20:57:26 +00:00
..
2015-08-08 02:57:05 +00:00
2015-11-01 07:41:30 +10:00
2016-10-12 09:43:26 -07:00
2016-05-06 19:43:35 -07:00
2016-11-02 20:45:06 +01:00
2017-01-30 01:59:28 +00:00
2016-10-12 09:43:26 -07:00
2014-09-30 12:40:59 -07:00