Post here any ideas/problems/suggestions you have regarding CodeLite's CodeFormatter (AStyle) plugin
-
gigabyte7
- CodeLite Curious
- Posts: 1
- Joined: Thu Sep 08, 2016 4:54 pm
- Genuine User: Yes
- IDE Question: php
-
Contact:
Post
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.
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
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
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
This is now fixed.