Skip to content

Instantly share code, notes, and snippets.

@jhannah
Created November 21, 2009 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jhannah/239941 to your computer and use it in GitHub Desktop.
Save jhannah/239941 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