--- rxvt-unicode/src/perl/selection-pastebin 2006/01/19 19:51:08 1.12 +++ rxvt-unicode/src/perl/selection-pastebin 2006/01/23 23:13:03 1.13 @@ -15,7 +15,7 @@ my $msg = "uploaded as $filename"; - if (open my $o, ">", $tmpfile) { + if (open my $o, ">:utf-8", $tmpfile) { chmod 0644, $tmpfile; print $o $txt; close $o;