diff --git a/src/nsterm.m b/src/nsterm.m index 19ed750d217..aa29c13eb22 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -543,10 +543,8 @@ ns_init_locale (void) NSString *localeID = [NSString stringWithFormat:@"%@.UTF-8", [locale localeIdentifier]]; - /* Set LANG and LC_ALL to locale, but not if the variables are - already set. */ + /* Set LANG to locale, but not if LANG is already set. */ setenv("LANG", [localeID UTF8String], 0); - setenv("LC_ALL", [localeID UTF8String], 0); } @catch (NSException *e) {