From: David Levine Date: Mon, 20 Jan 2014 16:31:16 +0000 (-0600) Subject: Fixed three LC_ALL settings: X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/43cfc6660af9677d520d578713f57ae0d8d1b81f?ds=sidebyside;hp=43cfc6660af9677d520d578713f57ae0d8d1b81f Fixed three LC_ALL settings: 1) Replaced en_US.ISO8859-1 with C because that's sufficient to show decoding with an invalid multibyte sequence. 2) Removed redundant LC_ALL=en_US.UTF-8; that is set for the entire test. 3) Removed the last en_US.ISO8859-1 because it hid what the test was trying to show. ---