We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
<meta charset="UTF-8"> tag is added and file encoding in UTF8.
<meta charset="UTF-8">
More info in this issue: Seldaek/monolog#875
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I found a strange problem with output unicode symbols in FirePHP.
For example, if I put some unicode letters in Log:
Output:
<meta charset="UTF-8">
tag is added and file encoding in UTF8.More info in this issue:
Seldaek/monolog#875
The text was updated successfully, but these errors were encountered: