From 87ceba7f086a6bc3949fd89dc7a88102afe1388d Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 24 Nov 2017 11:08:02 -0800 Subject: [PATCH] roundtrip: Fix running on non-C locales --- misc/roundtrip | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/roundtrip b/misc/roundtrip index 4db870dfea..4d8afd3438 100644 --- a/misc/roundtrip +++ b/misc/roundtrip @@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Avoid trouble with weird bytes on non-C locales +export LC_ALL=C + READTAGS=${1:-./readtags} UNITS=${2:-./Units} s=0