nextcloud/lib
Christoph Wurst d1d24e65a4 fix(http): avoid iconv for header ascii fallback
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>
2026-05-22 14:58:14 +02:00
..
composer feat(wfe): add runtime operations 2026-05-18 12:23:49 +02:00
l10n fix(l10n): Update translations from Transifex 2026-05-22 00:22:45 +00:00
private Merge pull request #59168 from philiprenich/fix-ios-browsers 2026-05-21 10:17:15 +02:00
public fix(http): avoid iconv for header ascii fallback 2026-05-22 14:58:14 +02:00
unstable feat(wfe): add runtime operations 2026-05-18 12:23:49 +02:00
base.php refactor: use strict operator 2026-04-30 00:51:29 +02:00
versioncheck.php ci(PHP): Test against 8.5 on CI 2025-12-19 15:34:34 +01:00