diff options
Diffstat (limited to 'examples/extract.php')
-rwxr-xr-x | examples/extract.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/extract.php b/examples/extract.php index a33c985..1d78b03 100755 --- a/examples/extract.php +++ b/examples/extract.php @@ -20,7 +20,7 @@ $res = $inputCsv->setOffset(800)->setLimit(25)->fetchAll(); <!doctype html> <html lang="fr"> <head> - <meta charset="<?=$inputCsv->getEncodingFrom()?>"> + <meta charset="utf-8"> <title>\League\Csv\Reader simple usage</title> <link rel="stylesheet" href="example.css"> </head> |