Skip to content

fix: allow decomposed URL encoding of composite characters#1628

Merged
rdeltour merged 1 commit intomainfrom
issue/1606/umlaut
Sep 1, 2025
Merged

fix: allow decomposed URL encoding of composite characters#1628
rdeltour merged 1 commit intomainfrom
issue/1606/umlaut

Conversation

@rdeltour
Copy link
Copy Markdown
Member

@rdeltour rdeltour commented Sep 1, 2025

This commit apply Unicode normalization before comparing URLs used in the container, so that file names using composite charceters (for example letters with diactriical marks) can be encoded either as a precomposed character (single code point) or decomposed character (two code points).

Fixes #1606

This commit apply Unicode normalization before comparing URLs used in the
container, so that file names using composite charceters (for example
letters with diactriical marks) can be encoded either as a precomposed
character (single code point) or decomposed character (two code points).

Fixes #1606
@rdeltour rdeltour self-assigned this Sep 1, 2025
@rdeltour rdeltour added this to the v5.3.0 milestone Sep 1, 2025
Base automatically changed from issue/1605/css-has to main September 1, 2025 15:02
@rdeltour rdeltour merged commit fea03be into main Sep 1, 2025
6 checks passed
@rdeltour rdeltour deleted the issue/1606/umlaut branch September 1, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

German umlauts in file names causing errors

1 participant