[TYPO3-core] RFC: garbage characters displayed in flexforms (#4085, #4813)

Dmitry Dulepov dmitry at typo3.org
Sat Jan 20 22:14:58 CET 2007


Hi!

This is SVN patch request.

Branches: trunk & 4.0

Bug references: 4085, 4813

Problem:  Non-latin1 characters in labels of flexform fields are not 
displayed properly. The problem is that they are in utf-8 but 
$LANG->sL() tries convert them from local charset (normally iso-88591-1 
for English) to UTF-8 thus making complete junk (see attached file).

Solution: add a new function to process FF labels properly.

There are free files attached:
- screenshot of bad & fixed label
- full patch to commit (includes ExDevEval updated function index)
- small patch that shows only changes related to this problem

Patch is made over trunk, I hope to get it into 4.1.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ff_garbage.gif
Type: image/gif
Size: 12339 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070120/2397e7da/attachment-0001.gif 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ff_label_charset.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070120/2397e7da/attachment-0002.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ff_label_charset_change_only.txt
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070120/2397e7da/attachment-0003.txt 


More information about the TYPO3-team-core mailing list