Task #84533
closedExt:form configuration files name should transliterate accented characters instead of skipping them
100%
Description
the form configuration file created from form named "Jak dołączyć?"
should become:
/jakdolaczyc.yaml
and right now it's
/jakdoczy.yaml
The biggest pain is that when you have a name with many accented characters the file name becomes unreadable.
It's very easy to fix that like:
$csConverter = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Charset\CharsetConverter::class); $string = $csConverter->specCharsToASCII('utf-8', $string);
See similar change in Powermail:
https://github.com/einpraegsam/powermail/pull/37/files
Updated by Susanne Moog over 5 years ago
- Status changed from New to In Progress
- Assignee set to Dominik M
Updated by Gerrit Code Review over 5 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60543
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60543
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60543
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset edf5622b8eeea367ba4b6cc5fa8f3025a30bb416.
Updated by Gerrit Code Review over 5 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60551
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 02b6608eb02e7ea0433bba88b5d342fcd159663c.