From 6556a2b5c75bf63418b5920741014c6992b7f246 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 17 May 2016 14:47:49 +0200 Subject: [PATCH] Correction --- Notes/UTF-8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notes/UTF-8.md b/Notes/UTF-8.md index 62a8774..1e104d1 100644 --- a/Notes/UTF-8.md +++ b/Notes/UTF-8.md @@ -1,12 +1,12 @@ # Gestion de l'UTF-8 entre MySQL et PHP -##Références +## Références http://www.phptherightway.com/#the_basics https://mathiasbynens.be/notes/mysql-utf8mb4 -##Paramètres PHP +## Paramètres PHP - mb_internal_encoding('UTF-8'); - mb_http_output('UTF-8');