Actions
Bug #87071
closedMethod encryptEmail can't handle umlauts in domain with type "ascii"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-12-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We are using "config.spamProtectEmailAddresses = ascii" and want to link to a mail-address with an umlaut in domain-part:
Expected protected link:
mailto:example@ärger.de
Current behaviour:
mailto:example@ärger.de
It seems method ord (http://php.net/manual/en/function.ord.php) in /sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php->encryptEmail can't handle umlauts like Ä ä Ö ö Ü ü.
TYPO3 9.5.1
PHP 7.2.12
Actions