X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsetlocale.c;h=c729fa6f751dd6dce70086ceadbacbf03eb75c98;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=0cef00fa6b141d7b460c773ce9e54bb68985e4d4;hpb=94c9eb9cdefca1ca06c5159be5ed52491e27535b;p=gnulib.git diff --git a/lib/setlocale.c b/lib/setlocale.c index 0cef00fa6..c729fa6f7 100644 --- a/lib/setlocale.c +++ b/lib/setlocale.c @@ -1,5 +1,5 @@ /* Set the current locale. - Copyright (C) 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2011-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -74,7 +74,7 @@ category_to_name (int category) # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ -/* The native Win32 setlocale() function expects locale names of the form +/* The native Windows setlocale() function expects locale names of the form "German" or "German_Germany" or "DEU", but not "de" or "de_DE". We need to convert the names from the form with ISO 639 language code and ISO 3166 country code to the form with English names or with three-letter identifier.