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

Dmitry Dulepov dmitry at typo3.org
Thu Jan 25 14:42:37 CET 2007


Today one more person reported the same bug to BT, so this problem is 
really bothering people. It is simpler than many others in this list, so 
I hope to get approval...

-------- Original Message --------
Subject: [TYPO3-core] RFC: garbage characters displayed in flexforms 
(#4085, #4813)
Date: Sat, 20 Jan 2007 23:14:58 +0200
From: Dmitry Dulepov <dmitry at typo3.org>
Newsgroups: typo3.teams.core

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.)


-- 
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/20070125/bbd12d94/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/20070125/bbd12d94/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/20070125/bbd12d94/attachment-0003.txt 


More information about the TYPO3-team-core mailing list