Is. #770 #780 maybe #790 - remove 'setlocal' from lib!

This commit is contained in:
Geoff McLane 2019-01-08 14:50:38 +01:00
parent f53ee9db90
commit 937d67c313

View file

@ -124,7 +124,11 @@ TidyDocImpl* tidyDocCreate( TidyAllocator *allocator )
{
if( ! TY_(tidySetLanguage)( getenv( "LANG" ) ) )
{
TY_(tidySetLanguage)( setlocale( LC_ALL, "" ) );
/*\
* Is. #770 #783 #780 #790 and maybe others -
* TY_(tidySetLanguage)( setlocale( LC_ALL, "" ) );
* this seems a 'bad' choice!
\*/
}
}
}