This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| # Script name: iso8859-to-utf8.pl (filename) | |
| # Description: | |
| # Perl script to convert files from ISO-8859-1 to UTF-8 (Unicode). Useful to convert accents from old files to the new utf8 format. | |
| # | |
| # Created by: Rodrigo Siqueira (rsiqueira at gmail) | |
| # | |
| # Creation date: 31/mai/2011 |