]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
URI normalization: Allow and normalize UTF-8
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 8 May 2025 22:18:54 +0000 (16:18 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 8 May 2025 22:18:54 +0000 (16:18 -0600)
commitc3e2fa6c228038032559a95d9a4a1b7a2c8e3df3
tree2488ca265e9753351d5e2d8bb3c0bd2a30be563b
parentae2d3ef4bf2ce0f86752a49a79f0134752deb763
URI normalization: Allow and normalize UTF-8

Was previously rejecting non-ASCII characters.
It now converts them to percent-encoding.
src/types/uri.c
test/types/uri_test.c