Hello Chris, On Wednesday, March 19, 2008 at 12:53:07 +0000, Chris Green wrote:
> 'locale' reports:- >| LANG=en_GB.utf8 >| LC_CTYPE=en_GB.utf8 >| LC_COLLATE=C You can remove the $LC_CTYPE variable from your environment: The $LANG var suffices to give the very same result. Define individual $LC_* variables only when you want to override $LANG for a given category (like with $LC_COLLATE=C). Bye! Alain. -- « Be liberal in what you accept, and conservative in what you send. » Jon Postel / Robustness Principle / RFC 1122