-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Bug: \Phalcon\Debug and russian language #1099
Comments
@sjinks You too fast, it left me with such a small problem that novice changing for the bette. :) |
I checkout to branch 1.3.0 cherry-pic pick u commit recompile restart but no utf-8 meta tag.
|
@zaets28rus Wait phalcon merger. |
@zaets28rus Could you please paste the HTML you see? |
code for test <?php
(new \Phalcon\Debug())->listen(true, true);
throw new \Exception('Превосходная работа, Владимир :)'); https://gist.github.com/zaets28rus/cbd713b4cb5687399aa9 |
Works for me: <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Exception: Превосходная работа, Владимир :)</title><link href="//static.phalconphp.com/debug/1.2.0/jquery/jquery-ui.css" type="text/css" rel="stylesheet" /><link href="//static.phalconphp.com/debug/1.2.0/themes/default/style.css" type="text/css" rel="stylesheet" /></head> |
This was implemented in the 1.3.0 branch |
Hi, all!
When i use
In output html No
And russian language is uncorrect :(
And how i can use it for all errors?
The text was updated successfully, but these errors were encountered: