Skip to content

Commit

Permalink
I hate encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrodl committed Mar 19, 2024
1 parent 855dab4 commit c025260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/databaseConn.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function getMeetingInfo($sectionData) {
];

if (isset($sectionData['description'])) {
$course['description'] = $sectionData['description'];
$course['description'] = iconv("ISO-8859-1", "UTF-8", $sectionData['description']);
}

// Make sure special sections don't get double-counted for their credits
Expand Down

0 comments on commit c025260

Please sign in to comment.