diff --git a/gamemgr.php b/gamemgr.php index ec4ad6a..1e6575a 100644 --- a/gamemgr.php +++ b/gamemgr.php @@ -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 {