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');