Skip to content
Snippets Groups Projects
Commit fce10b1b authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- enforce utf8 for cache file

parent 86fbeb0e
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ sub searching_ie_files ($$) { ...@@ -71,7 +71,7 @@ sub searching_ie_files ($$) {
if (-f && m/V(\d+)-IE\d+\.xml$/) { if (-f && m/V(\d+)-IE\d+\.xml$/) {
my $version = $1; my $version = $1;
my $file=$File::Find::name; my $file=$File::Find::name;
$tmp_ies_unsorted_path->append( $file."\n"); $tmp_ies_unsorted_path->append_utf8( $file."\n");
$cnt_unsorted_files++; $cnt_unsorted_files++;
$File::Find::prune =1; $File::Find::prune =1;
} elsif (-d ) { } elsif (-d ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment