Chet Ramey wrote:
In file locale.c, function get_locale_var, locale =
default_locale;/* system-dependent; not really portable. should it
be "C"? */
default_locale contains string returned by calling
setlocale(LC_ALL,NULL); and we then use this string to assign locale for
LC_'every_oth
> In file locale.c, function get_locale_var, locale =
> default_locale;/* system-dependent; not really portable. should it
> be "C"? */
> default_locale contains string returned by calling
> setlocale(LC_ALL,NULL); and we then use this string to assign locale for
> LC_'every_other' and
In file locale.c, function get_locale_var, locale =
default_locale;/* system-dependent; not really portable. should it
be "C"? */
default_locale contains string returned by calling
setlocale(LC_ALL,NULL); and we then use this string to assign locale for
LC_'every_other' and this is not