Skip to content

Instantly share code, notes, and snippets.

View rsiqueira's full-sized avatar

Rodrigo Siqueira rsiqueira

View GitHub Profile
@rsiqueira
rsiqueira / iso8859-to-utf8.pl
Created June 6, 2012 20:42
Script to convert text files from iso-8859-1 to utf-8
#!/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