Skip to content
Snippets Groups Projects
Commit ff555d0d authored by David Siegfried's avatar David Siegfried
Browse files

fix encoding problems

parent 10bb2c23
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ class MensaHelper ...@@ -16,6 +16,7 @@ class MensaHelper
} }
$content = array_map(function ($string) { $content = array_map(function ($string) {
$string = utf8_encode($string);
return str_getcsv($string, "\t"); return str_getcsv($string, "\t");
}, file($file)); }, file($file));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment