Fixed a UTF8-ISO problem

This commit is contained in:
bobopinna
2004-12-15 13:22:46 +00:00
parent fb97c774fc
commit 50484cd220
+1 -1
View File
@@ -479,7 +479,7 @@ function scorm_endElement($parser, $name) {
function scorm_characterData($parser, $data) {
global $datacontent;
$datacontent = $data;
$datacontent = utf_decode($data);
}
function scorm_parse($basedir,$file,$scorm_id) {