Skip to content

Instantly share code, notes, and snippets.

@dhoss
Forked from jhannah/gist:239941
Created November 21, 2009 01:19
Show Gist options
  • Save dhoss/239942 to your computer and use it in GitHub Desktop.
Save dhoss/239942 to your computer and use it in GitHub Desktop.
open my $in, "oma_repl_language_text.sql";
open (my $out, ">:encoding(UTF-8)", "utf8.sql");
while (<$in>) {
print $out $_;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment