Page 1 of 1

Builtin erase some UTF-8 characters

Posted: Thu Sep 08, 2016 5:45 pm
by gigabyte7
In my PHP HTML code, when I use the builtin codeformatter with this kind of code :

Code: Select all

<li><a href="#captivite<?= $mp_list[$i]['id'] ?>">Captivité</a></li>
				<?= echo "captivité";?>
the result is :

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.

:cry:

Re: Builtin erase some UTF-8 characters

Posted: Thu Sep 08, 2016 10:00 pm
by eranif
Thanks for reporting this.
A bug in GitHub is better ;)
Can you please report it there (it will get lost in the forum)
https://github.com/eranif/codelite/issues/new
Eran

Re: Builtin erase some UTF-8 characters

Posted: Fri Sep 09, 2016 9:58 am
by eranif
This is now fixed.