---
title: "Deprecation: #80486 - Setting charset via LocalizationParserInterface->getParsedData()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-80486"
source: "Changelog/8.7/Deprecation-80486-SettingCharsetViaLocalizationParserInterface-getParsedData.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #80486 - Setting charset via LocalizationParserInterface->getParsedData()

See [forge#80486](https://forge.typo3.org/issues/80486)

## Description

The `LocalizationParserInterface->getParsedData()` contains a third parameter to hand over a value
for the charset used.

This third parameter has been marked as deprecated, as it is not in use anymore.

## Affected Installations

Any installation with an extension that extends the LocalizationParser functionality with a custom
PHP class implementing the `LocalizationParserInterface`.

## Migration

If implementing the `LocalizationParserInterface`, be aware that this third parameter will be dropped in TYPO3 v9.
