Project

General

Profile

Actions

Bug #23395

closed

Indexing Engine Statistics utf8

Added by Jean-Baptiste over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Steffen Gebert over 14 years ago

Hi Jean-Baptiste,

thanks for your report!
Can you create a patch using the SVN repository (svn.typo3.org)?

Actions #2

Updated by Dmitry Dulepov over 13 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.5

No feedback provided within 90 days. Closing the issue.

Actions

Also available in: Atom PDF