EXIF-information on non-english UTF-8-sites
Posted: 11 Aug 2011, 05:58
Correct code of Your component, please:
in file components\com_phocagallery\views\info\tmpl\default.php
after
add
I owner of Russian site and without this changing all exif information shown like '??????'
I wrote here about enabling exif and removing this bug with encoding.
in file components\com_phocagallery\views\info\tmpl\default.php
after
Code: Select all
defined('_JEXEC') or die('Restricted access');Code: Select all
header("Content-type: text/html; charset=utf-8");I wrote here about enabling exif and removing this bug with encoding.