Strange characters in php cli output

Some strange characters appear at the beginning of some php console commands.

Running composeroutput is fine, but Laravel artisanor phpunitoutputs ยดโ•—โ”.

Example

I tried to encode artisan and phpunit files to UTF-8 without specification, as suggested in php 5.3 .cli files, but this is not a problem.

I am using ConEmu v131215 for Windows XP x64 and PHP 5.4.24

Question: Where can I find a file that displays strange characters that appear at the beginning of each PHP command line program?

Even in the Windows console, this problem occurs not only in ConEmu.

Installing new php 5.3 with default php.ini gives the same result

PHP 5.3 output

+4
source share
1

lib FusionCharts, UTF-8 BOM.

composer.json , , vendor\autoload.php BOM .

+1

All Articles