| Issue 81: | Other charset (windows-1251) | |
| 4 people starred this issue and may be notified of changes. | Back to list |
I'm have html in charset=windows-1251.
FirePHP output wrong...
ob_start();
$firephp = FirePHP::getInstance(true);
$firephp->log('Привет! Hello World');
in Console:
Ïðèâåò! Hello World
|
|
,
Dec 29, 2008
(No comment was entered for this change.)
Status: Accepted
|
|
,
Jan 13, 2009
UTF-8 not supported.
Programs:
Firebug 1.3.0
FirePHP 0.2.1
Firefox 3.0.5
Zend Framework 1.7.2
Page Encoding: UTF-8
Code:
$writer = new Zend_Log_Writer_Firebug();
$logger = new Zend_Log($writer);
$logger->debug('Test work. Проверка работы.');
Result in console:
Test work. ÐÑовеÑка ÑабоÑÑ.
|
|
,
Jan 13, 2009
For Zend Framework please refer to this ticket: http://framework.zend.com/issues/browse/ZF-4054 When using FirePHPCore do you have json_encode() installed? |
|
,
Apr 14, 2009
(No comment was entered for this change.)
Status: Started
|
|
,
Apr 17, 2009
Can anybody try and fix this and send me a patch. I don't have a representative environment to test this myself. |
|
|
|