Builtin erase some UTF-8 characters
Posted: Thu Sep 08, 2016 5:45 pm
In my PHP HTML code, when I use the builtin codeformatter with this kind of code :
the result is :
The UTF-8 code disappeared in the html part.
Code: Select all
<li><a href="#captivite<?= $mp_list[$i]['id'] ?>">Captivité</a></li>
<?= echo "captivité";?>
Code: Select all
<li><a href="#captivite<?= $mp_list[$i]['id'] ?>">Captivit</a></li>
<?= echo "captivité";?>
The UTF-8 code disappeared in the html part.