[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [kde/qt] Unicode/special char problem




hi ya andrea

On Tue, 20 Sep 2005, Andrea Ballatore wrote:

> > what is the environment variables defined as:
> > 
> > 	set | egrep -i "LANG|LC_"
> 
> LANG=it_IT.UTF-8@euro

you have a broken "internalization" environment

you should also have LC_ variables defined

> > 	locale -a  -> should list your supported language
> 
> it_IT
> it_IT@euro
> it_IT.iso88591
> it_IT.iso885915@euro
> it_IT.utf8
> it_IT.utf8@euro

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



Reply to: