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

Thomas Hempel thomas at typo3-unleashed.net
Sun Jun 8 11:19:37 CEST 2008


Hi,

> 
> 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
> 
I would replace the "if (contenttype[0]) {" with "if 
(!empty(contenttype[0])) {" to make sure that is only called when the 
field is not filled with anything.

If this is changed +1 after testing.


Greets,
Thomas


-- 
typo3-unleashed.net


More information about the TYPO3-team-core mailing list