to avoid locale warnings (bash/perl/svn/…)
i18n.supportedLocales uses the syntax en_US.UTF-8/UTF-8 (i.e. with appended /UTF-8).



It seems that you should

export LC_ALL=en_US.UTF-8

(or equivalent)

to suppress the warnings.


apparently this does only work for me ?? cfr. imc/Twey discussion at irc log.20101003

Submitted by Ilya Cassina on 1 October 2010 at 14:39

On 23 November 2010 at 14:14 Lluís Batlle i Rossell commented:

supportedLocales has to be for the glibc locale installer, and it wants the /UTF-8 kind of names.

you may want to change i18n.defaultLocale, and set it to the kind of strings locale wants: en_US.UTF-8 for example.

Log in to post comments