You are not logged in.

#1 2006-04-12 16:24:40

R_olivaw
Member
Registered: 2006-04-12
Posts: 11

need help with locale [solved]

perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_COLLATE = "C",
        LANG = "it_IT@euro"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

I don't know what i do for setting my locale (it_IT@euro) roll

Offline

#2 2006-04-12 16:33:57

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: need help with locale [solved]

Uncomment the locale you desire in /etc/locale.gen.
Set the LOCALE variable in /etc/rc.conf (example below):

LOCALE="en_US.UTF-8"

Run local-gen:
# locale-gen


/path/to/Truth

Offline

#3 2006-04-12 16:59:29

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: need help with locale [solved]

You can use locale -a to check it

McQueen I think

LOCALE="en_US.UTF-8"

should be

LOCALE="en_US.utf8"

I know en_US.UTF-8 is what is in /etc/locale.gen but when you do locale -a, it will output the other.

Offline

#4 2006-04-12 17:40:10

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: need help with locale [solved]

yeah, but i think that's a bug Penguin. Atleast i have to specify the LARGE version in rc.conf to get rid of all the "missing locale" errors. There's a bug posted to bugzilla already.


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#5 2006-04-12 17:58:25

R_olivaw
Member
Registered: 2006-04-12
Posts: 11

Offline

Board footer

Powered by FluxBB