Constant order in preprocessed_dates.txt

master
W25 2014-12-08 08:43:19 +00:00
parent fa5984b5e7
commit ec005f9229
2 changed files with 4200 additions and 4200 deletions

View File

@ -110,7 +110,7 @@ finish_loading();
open(my $fd, '>:encoding(UTF-8)', 'preprocessed_dates.txt') or die;
for (keys %dates) {
for (sort keys %dates) {
print($fd $_ . "\n" . $dates{$_} . "\n");
}

File diff suppressed because it is too large Load Diff