- charset detection priority reordered

This commit is contained in:
Wiesner András 2024-03-25 07:59:38 +01:00
parent 8c87b29030
commit 665ef62b3d

View File

@ -87,7 +87,7 @@ function get_all_game_data_by_contributor_nickname(string $nickname): array
return $game_headers; return $game_headers;
} }
const CSV_ENCODINGS = ["Windows-1252", "UTF-8"]; const CSV_ENCODINGS = ["UTF-8", "Windows-1252"];
function import_challenges_from_csv(string $csv_path, string $gameid): array function import_challenges_from_csv(string $csv_path, string $gameid): array
{ {