diff options
Diffstat (limited to 'examples/filtering.php')
-rwxr-xr-x | examples/filtering.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/filtering.php b/examples/filtering.php index ee4140c..8948bd5 100755 --- a/examples/filtering.php +++ b/examples/filtering.php @@ -40,7 +40,7 @@ $headers = $inputCsv->fetchOne(0); <!doctype html> <html lang="fr"> <head> - <meta charset="<?=$inputCsv->getEncodingFrom()?>"> + <meta charset="utf-8"> <title>\League\Csv\Reader filtering method</title> <link rel="stylesheet" href="example.css"> </head> |