[TYPO3-core] RFC #8578: Umlauts get displayed wrong in Web>Access module after updating rights

Tobias Liebig liebig at networkteam.com
Fri Jun 6 09:58:12 CEST 2008


This is an SVN patch request.


Type: Bugfix


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


Branches:
4.2, Trunk


Problem:
the posted values are utf-8-strings which are urlencoded (both encoding 
by prototype-js),
but the values are expected to be encoded like the backend is 
(iso-8859-1 by default)


Solution:
convert the values after urldecoding


How to test:
- create a new BEuser and a new BEgroup
- use special chars in the name (like ä ö ü ß)
- goto web>access
- choose "permissions"
- change the owner and the group of a page


Note: the solution posted for #8591 (generally convert all post/get 
values) can't solve this issue, because the value is extra urlencoded 
and thus it can't be "utf8_decoded" before urldecoding

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_permajax_20080606_8578.diff
Type: text/x-diff
Size: 2628 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080606/505ff0a8/attachment.diff 


More information about the TYPO3-team-core mailing list