Skip to content

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

Merged
AndyScherzinger merged 1 commit into
stable32from
backport/60649/stable32
Jun 17, 2026
Merged

[stable32] fix(http): avoid iconv for header ascii fallback#60721
AndyScherzinger merged 1 commit into
stable32from
backport/60649/stable32

Conversation

@backportbot

Copy link
Copy Markdown

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>
@ChristophWurstChristophWurst 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
@nextcloud-botnextcloud-bot mentioned this pull request May 27, 2026
This was referenced Jun 1, 2026
@AndyScherzinger
AndyScherzinger merged commit 7585d4b into stable32Jun 17, 2026
191 of 200 checks passed
@AndyScherzinger
AndyScherzinger deleted the backport/60649/stable32 branch June 17, 2026 17:04
@nextcloud-botnextcloud-bot mentioned this pull request Jun 17, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbugregression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ChristophWurst@Antreesy@AndyScherzinger@Altahrim