Skip to content

[stable34] fix(http): avoid iconv for header ascii fallback#60723

Merged
AndyScherzinger merged 1 commit into
stable34from
backport/60649/stable34
May 28, 2026
Merged

[stable34] fix(http): avoid iconv for header ascii fallback#60723
AndyScherzinger merged 1 commit into
stable34from
backport/60649/stable34

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:23
@backportbot backportbot Bot requested review from Antreesy, ArtificialOwl, ChristophWurst, leftybournes, provokateurin and salmart-dev and removed request for a team May 26, 2026 07:23
@backportbot backportbot Bot added bug 3. to review Waiting for reviews regression labels May 26, 2026
@backportbot backportbot Bot added this to the Nextcloud 34 milestone May 26, 2026
@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
@AndyScherzinger AndyScherzinger merged commit 6f39bad into stable34 May 28, 2026
171 of 182 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/60649/stable34 branch May 28, 2026 12:07
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.

3 participants