- charset detection priority reordered
This commit is contained in:
parent
8c87b29030
commit
665ef62b3d
@ -87,7 +87,7 @@ function get_all_game_data_by_contributor_nickname(string $nickname): array
|
||||
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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user