Skip to content

Commit c025260

Browse files
committed
I hate encoding
1 parent 855dab4 commit c025260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/databaseConn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function getMeetingInfo($sectionData) {
7979
];
8080

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

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

0 commit comments

Comments
 (0)