Skip to content

[stable32] fix(http): avoid iconv for header ascii fallback#60721

Open
backportbot[bot] wants to merge 1 commit into
stable32from
backport/60649/stable32
Open

[stable32] fix(http): avoid iconv for header ascii fallback#60721
backportbot[bot] wants to merge 1 commit into
stable32from
backport/60649/stable32

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot Bot commented May 26, 2026

Backport of PR #60649

iconv transliteration is locale- and config-dependent and fails silently
on some setups. UnicodeString::ascii() from symfony/string uses a built-in
transliteration table backed by symfony/polyfill-intl-normalizer, so it
works on all setups without requiring optional PHP extensions.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
@backportbot backportbot Bot requested review from a team, SebastianKrupinski and hamza221 as code owners May 26, 2026 07:22
@backportbot backportbot Bot added bug 3. to review Waiting for reviews regression labels May 26, 2026
@backportbot backportbot Bot added this to the Nextcloud 32.0.10 milestone May 26, 2026
@backportbot backportbot Bot requested review from CarlSchwan, leftybournes, provokateurin and salmart-dev and removed request for a team May 26, 2026 07:23
@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish bug regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants