diff --git a/app/Importer/Importer.php b/app/Importer/Importer.php index 45c694094..16ed3b142 100644 --- a/app/Importer/Importer.php +++ b/app/Importer/Importer.php @@ -153,7 +153,7 @@ abstract class Importer { $val = $default; if (array_key_exists(trim($key), $array)) { - $val = e(Encoding::fixUTF8(trim($array[ $key ]))); + $val = e(Encoding::toUTF8(trim($array[ $key ]))); } $key = title_case($key); $this->log("${key}: ${val}");