Skip to content

Not all words are converted #78

@turgic

Description

@turgic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions