May 4, 2015
6:55 a.m.
random832@fastmail.us wrote:
Using a UTF-8 locale won't work if the terminal isn't UTF-8. It should be piping utf-8 output through iconv -f utf-8 and using the user's locale.
Thanks, good catch. Also, the 'echo' commands should guard against backslashes in the data. Proposed patches attached.