-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Description
I have 2 files :
File has one row with : magn�sienne
Second file has one row with magn�sienne
The results for one document is :
magnésienne
For other :
magn?sienne
Implimentation :
$return[] = $this->utf8Encoding($row);
private function utf8Encoding($datas)
{
foreach ($datas as $key => $data) {
$datas[$key] = Encoding::fixUTF8($data);
}
return $datas;
}
Have you an idea ? Thx in advance
quyle92
Metadata
Metadata
Assignees
Labels
No labels