[ic] [setlocale]

Donal H. interchange-users@interchange.redhat.com
Thu Oct 11 13:18:00 2001


We're using IC 4.8.1
According to the documentation calling [setlocale] with no arguments should
reset to the shop's default locale.

My catalog.cfg contains:
Locale          en_EI LC_CTYPE C

The following code displays the locale as en_EU after both calls.
[set locale en_EU]
[getlocale]
[set locale]
[getlocale]

The following code displays the locale as en_EI after both calls.
[set locale en_EI]
[getlocale]
[set locale]
[getlocale]

Is there a known bug with [setlocale] ?

Thanks,
-Donal