Project

General

Profile

Actions

Task #84533

closed

Ext:form configuration files name should transliterate accented characters instead of skipping them

Added by Tymoteusz Motylewski about 6 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2018-03-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint

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

Actions #1

Updated by Björn Jacob about 5 years ago

  • Sprint Focus set to Remote Sprint
Actions #2

Updated by Susanne Moog about 5 years ago

  • Status changed from New to In Progress
  • Assignee set to Dominik M
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Anonymous about 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Anonymous about 5 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF