In 2025.31550 the webserverDAT does not seem to decode urlEncoding properly in the uri property of the request parameter of the onHTTPRequest handler.
A request to the url http://localhost:9980/A–B.html (A en dash B.html)
will have the uri property decoded as /A–B.html
This isn’t any valid decoding of %E2%80%93 that I can determine (Windows-1252, UTF-16, or anything else).
I would expect either the raw undecoded ascii string or the utf-8 decoding.