insight icon indicating copy to clipboard operation
insight copied to clipboard

Problem with encoding

Open Sogl opened this issue 9 years ago • 0 comments

Hello!

I found a strange problem with output unicode symbols in FirePHP.

For example, if I put some unicode letters in Log:

Log::info("Что-то");
Log::info("Odómetro");

Output: image

<meta charset="UTF-8"> tag is added and file encoding in UTF8.

More info in this issue: https://github.com/Seldaek/monolog/issues/875

Sogl avatar Nov 15 '16 00:11 Sogl