Artist is allowed to be null.
[rock.divinelegy.git] / Services / ZipParser.php
index a669ffc..2fecc25 100644 (file)
@@ -116,7 +116,7 @@ class ZipParser implements IZipParser
                 throw new Exception('Malformed zip. I found more than 1 sm file but the directory structure is not consistent with a pack.');
         }
         
-        return $packName;
+        return utf8_encode($packName);
     }
         
     private function SmDataToSmClass($smData)