[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Fix: Default Locale
From:
Georg Fleischmann
Subject:
Re: Fix: Default Locale
Date:
2002年6月19日 15:30:26 GMT
> I think this patch would break the X input managers handling of
> character sets in the backend, so I'm not sure I should apply it. Is the
> specific problem to do with numbers only (LC_NUMERIC)? We could probably
> set english locale for everything except LC_CTYPE. Perhaps that would be
> sufficient.
Hi Adam,
if I understand you right LC_CTYPE is not configurable by GNUstep, so I agree
that this should be used from the environment.
LC_NUMERIC is the important one for my purpose and I think in general.
LC_TIME and LC_MONETARY sound important too, and I think should have the
english default.
As far as I know, all of the three are configurable in the GNUstep defaults,
so there shouldn't be a problem?
Thanks,
Georg