Skip to content

Commit 6fe53b1

Browse files
committed
Make URLPathAllowedCharacterSet match OSX, permitting semicolon
1 parent 1e3d29a commit 6fe53b1

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-11-11 Richard Frith-Macdonald <[email protected]>
2+
3+
* Source/NSCharacterSetData.h:
4+
* Tests/base/NSURL/charsets.m:
5+
Changes URLPathAllowedCharSet to contain semicolon as on OSX
6+
17
2025-11-11 Richard Frith-Macdonald <[email protected]>
28

39
* Headers/GNUstepBase/GSURITemplate.h:

Source/NSCharacterSetData.h

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

Tests/base/NSURL/charsets.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int main()
1818
@"URLHostAllowedCharacterSet",
1919
@"!$&'()*+,-.0123456789;=ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~",
2020
@"URLPasswordAllowedCharacterSet",
21-
@"!$&'()*+,-./0123456789:=@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~",
21+
@"!$&'()*+,-./0123456789:;=@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~",
2222
@"URLPathAllowedCharacterSet",
2323
@"!$&'()*+,-./0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~",
2424
@"URLQueryAllowedCharacterSet",

0 commit comments

Comments
 (0)