2009/8/19 Allin Cottrell
<cottrell@wfu.edu>
What does "locale -a | grep es_ES" show?
$ locale -a | grep es_ES
es_ES.utf8
I suspect there is no entry for plain "es_ES". But if the Spanish
locale is es_ES.UTF-8, then es_ES should be an alias.
This can be fixed via:
sudo localedef -i es_ES -f UTF-8 es_ES
Yes, running this command, gretl does not produce the error as before.
That said, in current CVS I've added a workaround for the missing
alias that might work.
Allin.
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users