We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855dab4 commit c025260Copy full SHA for c025260
inc/databaseConn.php
@@ -79,7 +79,7 @@ function getMeetingInfo($sectionData) {
79
];
80
81
if (isset($sectionData['description'])) {
82
- $course['description'] = $sectionData['description'];
+ $course['description'] = iconv("ISO-8859-1", "UTF-8", $sectionData['description']);
83
}
84
85
// Make sure special sections don't get double-counted for their credits
0 commit comments