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

UTF-8



Hi All,
	scrivo per cercare di capire una cosa :)

Ho installato rhytmbox ed avevo notato che alcuni nomi delle canzoni non
venivano visualizzati (vengono visualizzati come Unknown), ed il denominatore 
comune di questi file erano caratteri particolari, tipo lettere
accentate, etc...
Pensavo fosse un bug, ed invece il bug tracking system mi ha risposto
cosi':

The problem is almost certainly that you are using ISO-8859-1 for your
filenames.  This is fundamentally broken, because that means the
interpretation of filenames is dependent on the current locale (which
can vary for different users).  For example, if your Chinese friend logs
onto your box, and sets his LANG=cn_CN.BIG5, then when he browses your
mp3 files, they will appear corrupted, since his software will try to
interpret your ISO-8859-1 characters as BIG5-encoded Chinese.

The solution to this is to encode your filenames with Unicode,
specifically UTF-8, and to set your LANG to be UTF-8.  National charsets
like ISO-8859-1 and BIG5 must die.


Io non ho capito cosa devo fare, alla fine ho messo in .bash_profile:

# Language
LANGUAGE="it_IT"
export LANG="UTF-8"
export LC_COLLATE=$LANGUAGE
export LC_CTYPE=$LANGUAGE
export LC_NUMERIC=$LANGUAGE
export LC_MONETARY=$LANGUAGE
export LC_MESSAGES=$LANGUAGE
export LC_TIME=$LANGUAGE
export LC_ALL=


e non funziona. Non c'e' un modo per impostare bene
l'internazionalizzazione? Da console e da Gnome ci sono differenze, di
tastiera, problemi con gli accenti, etc...

C'e' un modo per risolvere il tutto?

-- 
Fabio
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France



Reply to: