Name: Anonymous 2011-12-13 11:15
It was decided a certain people that the plus sign + should denote spaces in query strings. So whenever your submit a form using the GET method, your spaces are automatically converted to plus signs and your actual plus signs are automatically percent encoded in the resulting query string.
However, browsing the WWW today, you would think that the underscore _ was the standard. Every where you look, in query strings it is the underscore being used to substitute spaces, and never the plus sign.
So I ask /prog/, isn't it time these "standards" actually reflected the actual practice in the real world instead of arbitrarily forcing the plus sign upon us? It's clear that the world prefers the underscore over the plus sign in all situations where a space cannot be used, not just query strings.
However, browsing the WWW today, you would think that the underscore _ was the standard. Every where you look, in query strings it is the underscore being used to substitute spaces, and never the plus sign.
So I ask /prog/, isn't it time these "standards" actually reflected the actual practice in the real world instead of arbitrarily forcing the plus sign upon us? It's clear that the world prefers the underscore over the plus sign in all situations where a space cannot be used, not just query strings.