From 3d7f2957d9ffc4125dc396dfe42d79ac2e783446 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 15 Jul 2014 16:57:26 +0100 Subject: [PATCH] Working with UTF-8 --- _posts/05-05-01-PHP-and-UTF8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/05-05-01-PHP-and-UTF8.md b/_posts/05-05-01-PHP-and-UTF8.md index c0a979c..801bfe2 100644 --- a/_posts/05-05-01-PHP-and-UTF8.md +++ b/_posts/05-05-01-PHP-and-UTF8.md @@ -1,9 +1,10 @@ --- +title: Working with UTF-8 isChild: true anchor: php_and_utf8 --- -## PHP and UTF-8 {#php_and_utf8_title} +## Working with UTF-8 {#php_and_utf8_title} _This section was originally written by [Alex Cabal](https://alexcabal.com/) over at [PHP Best Practices](https://phpbestpractices.org/#utf-8) and has now been shared here_.