Bug #23395
closedIndexing Engine Statistics utf8
0%
Description
Indexing Engine Statistics
List typo3 pages
in title column the charset display is not correct
33 Téléphonie
38 Sécurité
I found a "hard-coding" solution to correct this issue :
/typo3/sysext/indexed_search/mod/index.php
line 323:
htmlentities(t3lib_div::fixed_lgd_cs($row["item_title"],30),ENT_COMPAT,'UTF-8'),
htmlentities used the ISO-8859-1 character as the default.
TYPO3 4.4.2
indexed_search 2.12.0
-----------------------------
ENVIRONNEMENT :
-----------------------------
DATABASE : DEFAULT CHARACTER utf8 / utf8_general_ci
TABLE : index_phash
item_title varchar(255) utf8_general_ci
localconf.php : $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
SETUP TS TEMPLATE :
config.renderCharset = utf-8
-----------------------
RESSOUCES :
-----------------------
cf: BUG ID 0012692
cf: http://www.php.net/manual/en/function.htmlentities.php
charset : Presently, the ISO-8859-1 character set is used as the default.
(issue imported from #M15487)