Re: setting locales

2008-07-09 Thread Roman Rakus
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

Re: setting locales

2008-07-07 Thread Chet Ramey
> 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

setting locales

2008-07-07 Thread Roman Rakus
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