• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Fix url parsing

Status
Not open for further replies.
Level 29
Joined
Jul 29, 2007
Messages
5,174
Brackets are not URI delimiters, and in fact neither is a comma, so you are right - that url parser isn't right, the comma should also be inside of it.
Here's the proper section in the RFC.
The RFC says the delimiters are based on the current schema, but for all practical reasons, I think we can agree that whitespace characters are generally the only valid delimiters.

As to those characters being practically used - Wikipedia is one example that uses them extensively (e.g. to state the category of the viewed term, when that term fits multiple categories).
 
Status
Not open for further replies.
Top