summaryrefslogtreecommitdiffstats
path: root/examples/filtering.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/filtering.php')
-rwxr-xr-xexamples/filtering.php2
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>