Problems with UTF-8

3 messages Options
Embed this post
Permalink
Konstantin () Problems with UTF-8
Reply Threaded More More options
Print post
Permalink
Hi!

First of all - great tool! I tried to use it with my application based on Zend Framework and it's realy great!
And second, how to fix problems with UTF-8 charset? I use Ubuntu x64, firefox and russion text in UTF-8.  The result is unreadable. Firebug itself works great.

Is it possible to change that situation?

P.S. Just tried to use it with DB profiler for Zend Framework... I already love it! :)
Christoph Dorn () Re: Problems with UTF-8
Reply Threaded More More options
Print post
Permalink
The Zend Framework integration does not support UTF-8 characters at this time as Zend_Json_Encoder does not support it.

See ticket: http://framework.zend.com/issues/browse/ZF-4054

In the meantime you could use the FirePHPCore library. Please note though that the two libraries cannot be used at the same time.
Christoph Dorn () Re: Problems with UTF-8
Reply Threaded More More options
Print post
Permalink
Zend Framework 1.6.2 now supports the UTF-8 character encoding.