Added BE_INPUT_ENCODING and BE_OUTPUT_ENCODING to allow charset for stdin and stdout...
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@spamtrap.com>
Mon, 20 Feb 2012 15:34:59 +0000 (15:34 +0000)
committerW. Trevor King <wking@drexel.edu>
Sat, 25 Feb 2012 22:05:58 +0000 (17:05 -0500)
commit323da0a602bb689eecd6137dc3c676b3360a92b9
treec26d146f8c1d666599d14da9c7e07dab85899cc5
parentfa74991f0ea2d20fd8344242bf29ffc929880502
Added BE_INPUT_ENCODING and BE_OUTPUT_ENCODING to allow charset for stdin and stdout to be overridden. This is necessary on Windows as there is no way for external programs to set stdin or stdout charsets :(
libbe/util/encoding.py