My favorites | Sign in
Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 81: Other charset (windows-1251)
4 people starred this issue and may be notified of changes. Back to list
Status:  Started
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by kokGreat, Dec 29, 2008
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


Comment 1 by christoph.dorn, Dec 29, 2008
(No comment was entered for this change.)
Status: Accepted
Comment 2 by Piphon, 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. Проверка работы.

Comment 3 by christ...@christophdorn.com, 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?
Comment 4 by christ...@christophdorn.com, Apr 14, 2009
(No comment was entered for this change.)
Status: Started
Comment 5 by christ...@christophdorn.com, 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. 
Sign in to add a comment

Hosted by Google Code