Bug #80085
closedExtraction of metadata in PDF-documents does not recognize unicode characters
100%
Description
If metadata in a PDF-document does f. e. contain German umlauts field value is cut-off.
Therefore in "FileContentParser.php" in function "splitPdfInfo" line 796 (TYPO3 7.6)
$res[strtolower(trim($parts[0]))] = trim($parts[1]);
has to be replaced by
$res[strtolower(trim($parts[0]))] = utf8_encode(trim($parts[1]));
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/51938
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to Needs Feedback
patch is not available.
Does the issue still exist?
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Needs Feedback to New
Updated by Gerhard Rupp over 6 years ago
- % Done changed from 100 to 0
Can anyone tell me what´s the problem about this trivial patch? It´s so frustrating that it takes ages even for such obvious und already proven fixes to be recognized by the core team. This makes updating TYPO3 unneccessary time consuming.
Updated by Gerhard Rupp almost 6 years ago
- TYPO3 Version changed from 7 to 8
After nearly two years this issue hasn´t been fixed even for recent versions (8.7, 9.5). Although a (obviously) working patch set was published long time ago. Frustrating ...
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861
Updated by Gerrit Code Review almost 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.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/+/76892
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76893
Updated by Tomas Norre Mikkelsen almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5b0c51cd4bc8f9da89918ae2554088beb0a71a2e.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed
Updated by Benjamin Franzke almost 2 years ago
- Related to Bug #99352: PDF Metadata double-encoded by index-search indexer with poppler-utils pdfinfo added