[17:01:23] Is there a public version of mediawiki HEAD running? I notice that if I have a internal wiki link to an anchor, an anchor with the characters #() in it, and both the page and the anchor contain spaces (anchoring to a section, actually) and I write the link with spaces, everything works. But if I write the link with underscores instead of spaces, the link is broken. (Some sort of semi-url-encoding beginning with "." is used for the () [17:01:23] and # characters.) [17:03:11] But I'm running a slightly old mediawiki, so testing on HEAD would be nice. [17:04:51] If you mean git master, https://test2.wikipedia.org/ is closest. Slightly older, mediawiki.org runs a version from two days ago [17:09:12] After going to test2, it seems like maybe I should be using test.wikipedia.org. ?? I'll give that a try. Thanks. [17:12:56] https://test.wikipedia.beta.wmcloud.org/wiki/Main_Page will be running HEAD at most an hour or two old [17:13:33] If you're excited, so am I. I'll use that than. [17:21:53] It appears to be fixed. https://test.wikipedia.beta.wmcloud.org/wiki/Test_special_char_in_anchors (Both anchors generate the same urls, which seem to work.) [17:22:33] Thanks for the help.