hi ya andrea

On Tue, 20 Sep 2005, Andrea Ballatore wrote:

> > what is the environment variables defined as:
> > 
> >     set | egrep -i "LANG|LC_"
> 
> [EMAIL PROTECTED]

you have a broken "internalization" environment

you should also have LC_ variables defined

> >     locale -a  -> should list your supported language
> 
> it_IT
> [EMAIL PROTECTED]
> it_IT.iso88591
> [EMAIL PROTECTED]
> it_IT.utf8
> [EMAIL PROTECTED]

your LANG variable points to a non-existent locale

lots of thing will be broken

> >     and *.utf8 is NOT the same as *.UTF-8
> 
> What's the difference? How can I fix the problem?

google/yahoo for answers
        utf8 UTF-8

        localedef -f UTF-8 -i en_US en_US.utf8
        ( use the your locales )

c ya
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to