[TYPO3-core] FYI18: Fix bug #12788: Recycler does not show up

Oliver Hader oliver at typo3.org
Sat Nov 28 20:54:48 CET 2009


This is an SVN patch request that will be committed to SVN after 24
hours if nobody objects.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12788

Branch: Trunk

Problem:
The recycler is not shown if used with language setting (e.g. German)
that uses special characters and on a non-UTF-8 system. Several
JavaScript errors are thrown since json_encode() only works with UTF-8
data and thus delivers "null" data.

Solution:
Convert the labels to UTF-8 again before running json_encode() on the array.

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012788.patch
Type: text/x-patch
Size: 916 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091128/096623a7/attachment-0001.bin>


More information about the TYPO3-team-core mailing list