utf8 not displyed in php pages

hi
i modifyed the php.ini inside the exeoutputphp software to:
; PHP’s default character set is set to empty.
; http://php.net/default-charset
default_charset = “utf-8”

and also put header inside my php file :
header(‘Content-type: text/html; charset=utf-8’);

but still the page not showed the utf8 character correctly
any solution plz??

Chromium or Trident engine?
In ExeOutput 1.6, it’s possible to define the default charset.

im using firefox and modified the built_in php.ini that come with ExeOutput but still cant view uft well anyway i mannged tosolve this issu by merged html tages for define the utf character with the php page and problem is solved …
i have other question i really like the gui interface design of your software like exeoutput i wonder did use QT plateform for development or something else ??

No QT, it’s using native Windows API directly.