Posts by Rafael Lerm • 111 points
1 post
-
1
votes2
answers20486
viewsA: How to change the encoding of multiple files from ISO-8859-1 to UTF-8?
It is good to configure your editor to use the correct encoding later, but initially it is much better to convert the files automatically. If you’re on a Unix, just use recode: $ recode utf8 *.java…