vitamin wrote: > It resets "LANG" environment variable with the locale it got from the system. Only if it wasn't set to begin with. Ken Thomases mad a big deal about that when I first submitted my patch. On that line, you'll notice that the third parameter to setenv() is 0. That parameter tells the OS not to overwrite the value of LANG if it's already set. Chip