[openmamba-devel-it] conversione da ISO-8859-1 a UTF-8

gil puntogil a libero.it
Mar 22 Apr 2008 10:10:30 CEST


Ciao
ho questi tre file

/usr/share/glest/data/core/menu/about_models/texture_mapa #1.tga

/usr/share/glest/data/core/menu/main_model/texture_Map #10.tga

/var/tmp/glest-root/usr/share/glest/data/lang/espa?l.lng
cosa devo usare per fare una conversione da ISO-8859-1 a UTF-8 README
ho provato a fare questo

find . -type f | xargs sed -i -e "s/\r//g"

dos2unix -v -t -f \
DOS -> UNIX \
%{_builddir}/glest_game/

risultato

+ find . -type f
+ xargs sed -i -e 's/\r//g'
sed: can't read 
./glest_game/techs/magitech/factions/tech/units/aerodrome/models/texture_map: 
No such file or directory
sed: can't read #0.tga: No such file or directory
sed: can't read ./glest_game/data/core/menu/main_model/texture_Map: No 
such file or directory
sed: can't read #10.tga: No such file or directory
sed: can't read ./glest_game/data/core/menu/about_models/texture_mapa: 
No such file or directory
sed: can't read #1.tga: No such file or directory

sto andando a tentoni

find . -type f | while read file; do
#utrac -f ISO-8859-1 -t UTF-8 README
grep -qs "\r\n" $file && dos2unix -v -t -f \
DOS -> UNIX \
%{_builddir}/glest_game/
done

avete qualche suggerimento o link?
grazie

-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        puntogil.vcf
Tipo:        text/x-vcard
Dimensione:  83 bytes
Descrizione: non disponibile
Url:         http://tao/pipermail/openmamba-devel-it/attachments/20080422/adeaacc4/attachment.vcf 


Maggiori informazioni sulla lista openmamba-devel-it